Html Css Color HEX #596AAE Chetwode Blue

📋 copy color: '#596AAE'

red 89 ◦ green 106 ◦ blue 174

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

Shades of Chetwode Blue #596AAE

Tints of Chetwode Blue #596AAE

RGB

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

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

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

R = 24.12%
G = 28.73%
B = 47.15%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#596AAE (or 0x596AAE) is known color: Chetwode Blue. HEX triplet: 59, 6A and AE. RGB value is (89,106,174). Sum of RGB (Red+Green+Blue) = 89+106+174=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #596AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596AAE is #A69551. Grayscale: #6C6C6C. Windows color (decimal): -10917202 or 11430489. OLE color: 11430489.

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

Color convert

RGB 89 106 174 -
CMYK 0.49 0.39 0 0.32
HSL 228º 0.34% 0.52% -
HSV(B) 228º 0.49% 0.68% -
XYZ 16.91 15.49 42.14 -
YUV 108.67 164.87 113.97 -
System Red Green Blue C M Y K H S L
Decimal 89 106 174 0.49 0.39 0 0.32 228 0.34 0.52
Hex 59 6A AE 31 27 0 20 E4 22 34
Octal 131 152 256 61 47 0 40 344 42 64
Binary 1011001 1101010 10101110 110001 100111 0 100000 11100100 100010 110100

Color Harmonies of #596AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596AAE

Black with #596AAE

Text Example


Text Example

White with #596AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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