Html Css Color HEX #596DAE Chetwode Blue

📋 copy color: '#596DAE'

red 89 ◦ green 109 ◦ blue 174

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

Shades of Chetwode Blue #596DAE

Tints of Chetwode Blue #596DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.77%

R = 23.92%
G = 29.3%
B = 46.77%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#596DAE (or 0x596DAE) is known color: Chetwode Blue. HEX triplet: 59, 6D and AE. RGB value is (89,109,174). Sum of RGB (Red+Green+Blue) = 89+109+174=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #596DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596DAE is #A69251. Grayscale: #6E6E6E. Windows color (decimal): -10916434 or 11431257. OLE color: 11431257.

HSL color Cylindrical-coordinate representation of color #596DAE: hue angle of 225.88º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #596DAE is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 109 174 -
CMYK 0.49 0.37 0 0.32
HSL 225.88º 0.34% 0.52% -
HSV(B) 225.88º 0.49% 0.68% -
XYZ 17.23 16.12 42.25 -
YUV 110.43 163.87 112.71 -
System Red Green Blue C M Y K H S L
Decimal 89 109 174 0.49 0.37 0 0.32 225.88 0.34 0.52
Hex 59 6D AE 31 25 0 20 E2 22 34
Octal 131 155 256 61 45 0 40 342 42 64
Binary 1011001 1101101 10101110 110001 100101 0 100000 11100010 100010 110100

Color Harmonies of #596DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596DAE

Black with #596DAE

Text Example


Text Example

White with #596DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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