#596AE5

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

Shades of Royal Blue #596AE5

Tints of Royal Blue #596AE5

Color information

#596AE5 (or 0x596AE5) is unknown color: approx Royal Blue. HEX triplet: 59, 6A and E5. RGB value is (89,106,229). Sum of RGB (Red+Green+Blue) = 89+106+229=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 229 (89.84% from 255 or 54.01% from 424); Max value from RGB is 229 - color contains mainly: blue. Hex color #596AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596AE5 is #A6951A. Grayscale: #727272. Windows color (decimal): -10917147 or 15034969. OLE color: 15034969.

HSL color Cylindrical-coordinate representation of color #596AE5: hue angle of 232.71º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #596AE5 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB89106229-
CMYK0.610.5400.10
HSL232.71º72.92%62.35%-
HSV(B)232.71º61.14%89.8%-
XYZ23.4218.0976.39-
YUV114.94192.37109.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.99%
GREEN value IS 106 (41.80% from 255) = 25%
BLUE value IS 229 (89.84% from 255) = 54.01%
R=20.99%
G=25%
B=54.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal891062290.610.5400.10232.7172.9262.35
Hex596AE53D360Ae9493e
Octal131152345756601235111176
Binary101100111010101110010111110111011001010111010011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,106,229); }

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

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

 a { background-color: rgb(89,106,229); }

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

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

 span { border-color: rgb(89,106,229); }

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