#596CEC

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

Shades of Royal Blue #596CEC

Tints of Royal Blue #596CEC

Color information

#596CEC (or 0x596CEC) is unknown color: approx Royal Blue. HEX triplet: 59, 6C and EC. RGB value is (89,108,236). Sum of RGB (Red+Green+Blue) = 89+108+236=433 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.55% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #596CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596CEC is #A69313. Grayscale: #747474. Windows color (decimal): -10916628 or 15494233. OLE color: 15494233.

HSL color Cylindrical-coordinate representation of color #596CEC: hue angle of 232.24º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #596CEC is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB89108236-
CMYK0.620.5400.07
HSL232.24º79.46%63.73%-
HSV(B)232.24º62.29%92.55%-
XYZ24.6218.9181.71-
YUV116.91195.21108.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.55%
GREEN value IS 108 (42.58% from 255) = 24.94%
BLUE value IS 236 (92.58% from 255) = 54.50%
R=20.55%
G=24.94%
B=54.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal891082360.620.5400.07232.2479.4663.73
Hex596CEC3E3607e84f40
Octal131154354766607350117100
Binary101100111011001110110011111011011001111110100010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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