Html Css Color HEX #596AAC Chetwode Blue

📋 copy color: '#596AAC'

red 89 ◦ green 106 ◦ blue 172

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

Shades of Chetwode Blue #596AAC

Tints of Chetwode Blue #596AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.87%

R = 24.25%
G = 28.88%
B = 46.87%

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

#596AAC (or 0x596AAC) is known color: Chetwode Blue. HEX triplet: 59, 6A and AC. RGB value is (89,106,172). Sum of RGB (Red+Green+Blue) = 89+106+172=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #596AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596AAC is #A69553. Grayscale: #6C6C6C. Windows color (decimal): -10917204 or 11299417. OLE color: 11299417.

HSL color Cylindrical-coordinate representation of color #596AAC: hue angle of 227.71º degrees, saturation: 0.33, 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 #596AAC is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 106 172 -
CMYK 0.48 0.38 0 0.33
HSL 227.71º 0.33% 0.51% -
HSV(B) 227.71º 0.48% 0.67% -
XYZ 16.72 15.41 41.12 -
YUV 108.44 163.87 114.13 -
System Red Green Blue C M Y K H S L
Decimal 89 106 172 0.48 0.38 0 0.33 227.71 0.33 0.51
Hex 59 6A AC 30 26 0 21 E4 21 33
Octal 131 152 254 60 46 0 41 344 41 63
Binary 1011001 1101010 10101100 110000 100110 0 100001 11100100 100001 110011

Color Harmonies of #596AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596AAC

Black with #596AAC

Text Example


Text Example

White with #596AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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