#596DAB

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

Shades of Chetwode Blue #596DAB

Tints of Chetwode Blue #596DAB

Color information

#596DAB (or 0x596DAB) is unknown color: approx Chetwode Blue. HEX triplet: 59, 6D and AB. RGB value is (89,109,171). Sum of RGB (Red+Green+Blue) = 89+109+171=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #596DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596DAB is #A69254. Grayscale: #6D6D6D. Windows color (decimal): -10916437 or 11234649. OLE color: 11234649.

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

Color convert

RGB89109171-
CMYK0.480.3600.33
HSL225.37º32.8%50.98%-
HSV(B)225.37º47.95%67.06%-
XYZ16.941640.72-
YUV110.09162.37112.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.12%
GREEN value IS 109 (42.97% from 255) = 29.54%
BLUE value IS 171 (67.19% from 255) = 46.34%
R=24.12%
G=29.54%
B=46.34%

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
Decimal891091710.480.3600.33225.3732.850.98
Hex596DAB3024021e12133
Octal13115525360440413414163
Binary1011001110110110101011110000100100010000111100001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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