#596CAE

Color #596CAE Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #596CAE

Tints of Chetwode Blue #596CAE

Color information

#596CAE (or 0x596CAE) is unknown color: approx Chetwode Blue. HEX triplet: 59, 6C and AE. RGB value is (89,108,174). Sum of RGB (Red+Green+Blue) = 89+108+174=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #596CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596CAE is #A69351. Grayscale: #6D6D6D. Windows color (decimal): -10916690 or 11431001. OLE color: 11431001.

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

Color convert

RGB89108174-
CMYK0.490.3800.32
HSL226.59º34.41%51.57%-
HSV(B)226.59º48.85%68.24%-
XYZ17.1215.942.21-
YUV109.84164.21113.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.99%
GREEN value IS 108 (42.58% from 255) = 29.11%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=23.99%
G=29.11%
B=46.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal891081740.490.3800.32226.5934.4151.57
Hex596CAE3126020e32234
Octal13115425661460403434264
Binary1011001110110010101110110001100110010000011100011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #596CAE;
 }
 .AnyTagClassName
 {
   color: #596CAE;
 }
</style>
background-color css

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

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

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

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

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

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