#596AB2

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

Shades of Chetwode Blue #596AB2

Tints of Chetwode Blue #596AB2

Color information

#596AB2 (or 0x596AB2) is unknown color: approx Chetwode Blue. HEX triplet: 59, 6A and B2. RGB value is (89,106,178). Sum of RGB (Red+Green+Blue) = 89+106+178=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 178 (69.92% from 255 or 47.72% from 373); Max value from RGB is 178 - color contains mainly: blue. Hex color #596AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596AB2 is #A6954D. Grayscale: #6C6C6C. Windows color (decimal): -10917198 or 11692633. OLE color: 11692633.

HSL color Cylindrical-coordinate representation of color #596AB2: hue angle of 228.54º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #596AB2 is Cyan = 0.5, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB89106178-
CMYK0.50.4000.30
HSL228.54º36.63%52.35%-
HSV(B)228.54º50%69.8%-
XYZ17.3115.6544.23-
YUV109.12166.87113.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.86%
GREEN value IS 106 (41.80% from 255) = 28.42%
BLUE value IS 178 (69.92% from 255) = 47.72%
R=23.86%
G=28.42%
B=47.72%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal891061780.50.4000.30228.5436.6352.35
Hex596AB2322801Ee52534
Octal13115226262500363454564
Binary101100111010101011001011001010100001111011100101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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