Html Css Color HEX #596AA8 Chetwode Blue

📋 copy color: '#596AA8'

red 89 ◦ green 106 ◦ blue 168

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

Shades of Chetwode Blue #596AA8

Tints of Chetwode Blue #596AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 46.28%

R = 24.52%
G = 29.2%
B = 46.28%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#596AA8 (or 0x596AA8) is known color: Chetwode Blue. HEX triplet: 59, 6A and A8. RGB value is (89,106,168). Sum of RGB (Red+Green+Blue) = 89+106+168=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 168 (66.02% from 255 or 46.28% from 363); Max value from RGB is 168 - color contains mainly: blue. Hex color #596AA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596AA8 is #A69557. Grayscale: #6B6B6B. Windows color (decimal): -10917208 or 11037273. OLE color: 11037273.

HSL color Cylindrical-coordinate representation of color #596AA8: hue angle of 227.09º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #596AA8 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 89 106 168 -
CMYK 0.47 0.37 0 0.34
HSL 227.09º 0.31% 0.5% -
HSV(B) 227.09º 0.47% 0.66% -
XYZ 16.34 15.26 39.13 -
YUV 107.99 161.87 114.46 -
System Red Green Blue C M Y K H S L
Decimal 89 106 168 0.47 0.37 0 0.34 227.09 0.31 0.5
Hex 59 6A A8 2F 25 0 22 E3 1F 32
Octal 131 152 250 57 45 0 42 343 37 62
Binary 1011001 1101010 10101000 101111 100101 0 100010 11100011 11111 110010

Color Harmonies of #596AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596AA8

Black with #596AA8

Text Example


Text Example

White with #596AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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