#596cd2

Color #596CD2 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #596CD2

Tints of Royal Blue #596CD2

Color information

#596CD2 (or 0x596CD2) is unknown color: approx Royal Blue. HEX triplet: 59, 6C and D2. RGB value is (89,108,210). Sum of RGB (Red+Green+Blue) = 89+108+210=407 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.87% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 210 (82.42% from 255 or 51.60% from 407); Max value from RGB is 210 - color contains mainly: blue. Hex color #596CD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596CD2 is #A6932D. Grayscale: #717171. Windows color (decimal): -10916654 or 13790297. OLE color: 13790297.

HSL color Cylindrical-coordinate representation of color #596CD2: hue angle of 230.58º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #596CD2 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB89108210-
CMYK0.580.4900.18
HSL230.58º57.35%58.63%-
HSV(B)230.58º57.62%82.35%-
XYZ21.1217.563.24-
YUV113.95182.21110.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 89 (35.16% from 255) = 21.87%
GREEN value IS 108 (42.58% from 255) = 26.54%
BLUE value IS 210 (82.42% from 255) = 51.60%
R=21.87%
G=26.54%
B=51.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal891082100.580.4900.18230.5857.3558.63
Hex596CD23A31012e7393b
Octal13115432272610223477173
Binary101100111011001101001011101011000101001011100111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596cd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596cd2; }

 p { color: rgb(89,108,210); }

 H1.HeaderClassName
 {
   color: #596cd2;
 }
 .AnyTagClassName
 {
   color: #596cd2;
 }
</style>
background-color css

<style>
 a { background-color: #596cd2; }

 a { background-color: rgb(89,108,210); }

 div.DivClassName
 {
   background-color: #596cd2;
 }
 .BgClassName
 {
   background-color: #596cd2;
 }
</style>
border-color css

<style>
 span { border-color: #596cd2; }

 span { border-color: rgb(89,108,210); }

 td.TdClassName
 {
   border-color: #596cd2;
 }
 .TagClassName
 {
   border-color: #596cd2;
 }
</style>