#596AEC

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

Shades of Royal Blue #596AEC

Tints of Royal Blue #596AEC

Color information

#596AEC (or 0x596AEC) is unknown color: approx Royal Blue. HEX triplet: 59, 6A and EC. RGB value is (89,106,236). Sum of RGB (Red+Green+Blue) = 89+106+236=431 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.65% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #596AEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596AEC is #A69513. Grayscale: #737373. Windows color (decimal): -10917140 or 15493721. OLE color: 15493721.

HSL color Cylindrical-coordinate representation of color #596AEC: hue angle of 233.06º 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 #596AEC is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB89106236-
CMYK0.620.5500.07
HSL233.06º79.46%63.73%-
HSV(B)233.06º62.29%92.55%-
XYZ24.4118.4981.64-
YUV115.74195.87108.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.65%
GREEN value IS 106 (41.80% from 255) = 24.59%
BLUE value IS 236 (92.58% from 255) = 54.76%
R=20.65%
G=24.59%
B=54.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal891062360.620.5500.07233.0679.4663.73
Hex596AEC3E3707e94f40
Octal131152354766707351117100
Binary101100111010101110110011111011011101111110100110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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