Html Css Color HEX #596ADE Royal Blue

📋 copy color: '#596ADE'

red 89 ◦ green 106 ◦ blue 222

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

Shades of Royal Blue #596ADE

Tints of Royal Blue #596ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.42%

 BLUE value IS 222 (87.11% from 255) = 53.24%

R = 21.34%
G = 25.42%
B = 53.24%

CMYK

 C value IS 0.60

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#596ADE (or 0x596ADE) is known color: Royal Blue. HEX triplet: 59, 6A and DE. RGB value is (89,106,222). Sum of RGB (Red+Green+Blue) = 89+106+222=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #596ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596ADE is #A69521. Grayscale: #717171. Windows color (decimal): -10917154 or 14576217. OLE color: 14576217.

HSL color Cylindrical-coordinate representation of color #596ADE: hue angle of 232.33º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #596ADE is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 106 222 -
CMYK 0.60 0.52 0 0.13
HSL 232.33º 0.67% 0.61% -
HSV(B) 232.33º 0.6% 0.87% -
XYZ 22.46 17.71 71.34 -
YUV 114.14 188.87 110.07 -
System Red Green Blue C M Y K H S L
Decimal 89 106 222 0.60 0.52 0 0.13 232.33 0.67 0.61
Hex 59 6A DE 3C 34 0 D E8 43 3D
Octal 131 152 336 74 64 0 15 350 103 75
Binary 1011001 1101010 11011110 111100 110100 0 1101 11101000 1000011 111101

Color Harmonies of #596ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596ADE

Black with #596ADE

Text Example


Text Example

White with #596ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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