Html Css Color HEX #596AAA Chetwode Blue

📋 copy color: '#596AAA'

red 89 ◦ green 106 ◦ blue 170

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

Shades of Chetwode Blue #596AAA

Tints of Chetwode Blue #596AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.58%

R = 24.38%
G = 29.04%
B = 46.58%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#596AAA (or 0x596AAA) is known color: Chetwode Blue. HEX triplet: 59, 6A and AA. RGB value is (89,106,170). Sum of RGB (Red+Green+Blue) = 89+106+170=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #596AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596AAA is #A69555. Grayscale: #6B6B6B. Windows color (decimal): -10917206 or 11168345. OLE color: 11168345.

HSL color Cylindrical-coordinate representation of color #596AAA: hue angle of 227.41º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #596AAA is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 106 170 -
CMYK 0.48 0.38 0 0.33
HSL 227.41º 0.32% 0.51% -
HSV(B) 227.41º 0.48% 0.67% -
XYZ 16.53 15.33 40.12 -
YUV 108.21 162.87 114.3 -
System Red Green Blue C M Y K H S L
Decimal 89 106 170 0.48 0.38 0 0.33 227.41 0.32 0.51
Hex 59 6A AA 30 26 0 21 E3 20 33
Octal 131 152 252 60 46 0 41 343 40 63
Binary 1011001 1101010 10101010 110000 100110 0 100001 11100011 100000 110011

Color Harmonies of #596AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596AAA

Black with #596AAA

Text Example


Text Example

White with #596AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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