#596EEA

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

Shades of Royal Blue #596EEA

Tints of Royal Blue #596EEA

Color information

#596EEA (or 0x596EEA) is unknown color: approx Royal Blue. HEX triplet: 59, 6E and EA. RGB value is (89,110,234). Sum of RGB (Red+Green+Blue) = 89+110+234=433 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.55% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #596EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596EEA is #A69115. Grayscale: #757575. Windows color (decimal): -10916118 or 15363673. OLE color: 15363673.

HSL color Cylindrical-coordinate representation of color #596EEA: hue angle of 231.31º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #596EEA is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB89110234-
CMYK0.620.5300.08
HSL231.31º77.54%63.33%-
HSV(B)231.31º61.97%91.76%-
XYZ24.5519.2280.26-
YUV117.86193.54107.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.55%
GREEN value IS 110 (43.36% from 255) = 25.40%
BLUE value IS 234 (91.80% from 255) = 54.04%
R=20.55%
G=25.40%
B=54.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal891102340.620.5300.08231.3177.5463.33
Hex596EEA3E3508e74e3f
Octal131156352766501034711677
Binary101100111011101110101011111011010101000111001111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,110,234); }

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

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

 a { background-color: rgb(89,110,234); }

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

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

 span { border-color: rgb(89,110,234); }

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