Html Css Color HEX #596EE6 Royal Blue

📋 copy color: '#596EE6'

red 89 ◦ green 110 ◦ blue 230

#596EE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #596EE6

Tints of Royal Blue #596EE6

RGB

 RED value IS 89 (35.16% from 255) = 20.75%

 GREEN value IS 110 (43.36% from 255) = 25.64%

 BLUE value IS 230 (90.23% from 255) = 53.61%

R = 20.75%
G = 25.64%
B = 53.61%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#596EE6 (or 0x596EE6) is known color: Royal Blue. HEX triplet: 59, 6E and E6. RGB value is (89,110,230). Sum of RGB (Red+Green+Blue) = 89+110+230=429 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.75% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 230 (90.23% from 255 or 53.61% from 429); Max value from RGB is 230 - color contains mainly: blue. Hex color #596EE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596EE6 is #A69119. Grayscale: #747474. Windows color (decimal): -10916122 or 15101529. OLE color: 15101529.

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

Color convert

RGB 89 110 230 -
CMYK 0.61 0.52 0 0.10
HSL 231.06º 0.74% 0.63% -
HSV(B) 231.06º 0.61% 0.9% -
XYZ 23.98 18.99 77.26 -
YUV 117.4 191.54 107.74 -
System Red Green Blue C M Y K H S L
Decimal 89 110 230 0.61 0.52 0 0.10 231.06 0.74 0.63
Hex 59 6E E6 3D 34 0 A E7 4A 3F
Octal 131 156 346 75 64 0 12 347 112 77
Binary 1011001 1101110 11100110 111101 110100 0 1010 11100111 1001010 111111

Color Harmonies of #596EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596EE6

Black with #596EE6

Text Example


Text Example

White with #596EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #596EE6;
 }
 .AnyTagClassName
 {
   color: #596EE6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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