#596CAB

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

Shades of Chetwode Blue #596CAB

Tints of Chetwode Blue #596CAB

Color information

#596CAB (or 0x596CAB) is unknown color: approx Chetwode Blue. HEX triplet: 59, 6C and AB. RGB value is (89,108,171). Sum of RGB (Red+Green+Blue) = 89+108+171=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #596CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596CAB is #A69354. Grayscale: #6D6D6D. Windows color (decimal): -10916693 or 11234393. OLE color: 11234393.

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

Color convert

RGB89108171-
CMYK0.480.3700.33
HSL226.1º32.8%50.98%-
HSV(B)226.1º47.95%67.06%-
XYZ16.8315.7940.69-
YUV109.5162.71113.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.18%
GREEN value IS 108 (42.58% from 255) = 29.35%
BLUE value IS 171 (67.19% from 255) = 46.47%
R=24.18%
G=29.35%
B=46.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891081710.480.3700.33226.132.850.98
Hex596CAB3025021e22133
Octal13115425360450413424163
Binary1011001110110010101011110000100101010000111100010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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