Html Css Color HEX #596EAE Chetwode Blue

📋 copy color: '#596EAE'

red 89 ◦ green 110 ◦ blue 174

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

Shades of Chetwode Blue #596EAE

Tints of Chetwode Blue #596EAE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.49%

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

R = 23.86%
G = 29.49%
B = 46.65%

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

#596EAE (or 0x596EAE) is known color: Chetwode Blue. HEX triplet: 59, 6E and AE. RGB value is (89,110,174). Sum of RGB (Red+Green+Blue) = 89+110+174=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #596EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596EAE is #A69151. Grayscale: #6E6E6E. Windows color (decimal): -10916178 or 11431513. OLE color: 11431513.

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

Color convert

RGB 89 110 174 -
CMYK 0.49 0.37 0 0.32
HSL 225.18º 0.34% 0.52% -
HSV(B) 225.18º 0.49% 0.68% -
XYZ 17.34 16.33 42.28 -
YUV 111.02 163.54 112.3 -
System Red Green Blue C M Y K H S L
Decimal 89 110 174 0.49 0.37 0 0.32 225.18 0.34 0.52
Hex 59 6E AE 31 25 0 20 E1 22 34
Octal 131 156 256 61 45 0 40 341 42 64
Binary 1011001 1101110 10101110 110001 100101 0 100000 11100001 100010 110100

Color Harmonies of #596EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596EAE

Black with #596EAE

Text Example


Text Example

White with #596EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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