#596CAA

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

Shades of Chetwode Blue #596CAA

Tints of Chetwode Blue #596CAA

Color information

#596CAA (or 0x596CAA) is unknown color: approx Chetwode Blue. HEX triplet: 59, 6C and AA. RGB value is (89,108,170). Sum of RGB (Red+Green+Blue) = 89+108+170=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #596CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596CAA is #A69355. Grayscale: #6D6D6D. Windows color (decimal): -10916694 or 11168857. OLE color: 11168857.

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

Color convert

RGB89108170-
CMYK0.480.3600.33
HSL225.93º32.27%50.78%-
HSV(B)225.93º47.65%66.67%-
XYZ16.7415.7540.19-
YUV109.39162.21113.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.25%
GREEN value IS 108 (42.58% from 255) = 29.43%
BLUE value IS 170 (66.80% from 255) = 46.32%
R=24.25%
G=29.43%
B=46.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891081700.480.3600.33225.9332.2750.78
Hex596CAA3024021e22033
Octal13115425260440413424063
Binary1011001110110010101010110000100100010000111100010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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