Html Css Color HEX #596DAC Chetwode Blue

📋 copy color: '#596DAC'

red 89 ◦ green 109 ◦ blue 172

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

Shades of Chetwode Blue #596DAC

Tints of Chetwode Blue #596DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.46%

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

R = 24.05%
G = 29.46%
B = 46.49%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#596DAC (or 0x596DAC) is known color: Chetwode Blue. HEX triplet: 59, 6D and AC. RGB value is (89,109,172). Sum of RGB (Red+Green+Blue) = 89+109+172=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #596DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596DAC is #A69253. Grayscale: #6D6D6D. Windows color (decimal): -10916436 or 11300185. OLE color: 11300185.

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

Color convert

RGB 89 109 172 -
CMYK 0.48 0.37 0 0.33
HSL 225.54º 0.33% 0.51% -
HSV(B) 225.54º 0.48% 0.67% -
XYZ 17.03 16.04 41.23 -
YUV 110.2 162.87 112.88 -
System Red Green Blue C M Y K H S L
Decimal 89 109 172 0.48 0.37 0 0.33 225.54 0.33 0.51
Hex 59 6D AC 30 25 0 21 E2 21 33
Octal 131 155 254 60 45 0 41 342 41 63
Binary 1011001 1101101 10101100 110000 100101 0 100001 11100010 100001 110011

Color Harmonies of #596DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596DAC

Black with #596DAC

Text Example


Text Example

White with #596DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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