#596BD5

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

Shades of Royal Blue #596BD5

Tints of Royal Blue #596BD5

Color information

#596BD5 (or 0x596BD5) is unknown color: approx Royal Blue. HEX triplet: 59, 6B and D5. RGB value is (89,107,213). Sum of RGB (Red+Green+Blue) = 89+107+213=409 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.76% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 213 (83.59% from 255 or 52.08% from 409); Max value from RGB is 213 - color contains mainly: blue. Hex color #596BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596BD5 is #A6942A. Grayscale: #717171. Windows color (decimal): -10916907 or 13986649. OLE color: 13986649.

HSL color Cylindrical-coordinate representation of color #596BD5: hue angle of 231.29º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #596BD5 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB89107213-
CMYK0.580.5000.16
HSL231.29º59.62%59.22%-
HSV(B)231.29º58.22%83.53%-
XYZ21.3917.4465.19-
YUV113.7184.04110.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.76%
GREEN value IS 107 (42.19% from 255) = 26.16%
BLUE value IS 213 (83.59% from 255) = 52.08%
R=21.76%
G=26.16%
B=52.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal891072130.580.5000.16231.2959.6259.22
Hex596BD53A32010e73c3b
Octal13115332572620203477473
Binary101100111010111101010111101011001001000011100111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,107,213); }

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

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

 a { background-color: rgb(89,107,213); }

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

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

 span { border-color: rgb(89,107,213); }

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