#596AB8

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

Shades of Chetwode Blue #596AB8

Tints of Chetwode Blue #596AB8

Color information

#596AB8 (or 0x596AB8) is unknown color: approx Chetwode Blue. HEX triplet: 59, 6A and B8. RGB value is (89,106,184). Sum of RGB (Red+Green+Blue) = 89+106+184=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 184 (72.27% from 255 or 48.55% from 379); Max value from RGB is 184 - color contains mainly: blue. Hex color #596AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596AB8 is #A69547. Grayscale: #6D6D6D. Windows color (decimal): -10917192 or 12085849. OLE color: 12085849.

HSL color Cylindrical-coordinate representation of color #596AB8: hue angle of 229.26º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #596AB8 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB89106184-
CMYK0.520.4200.28
HSL229.26º40.08%53.53%-
HSV(B)229.26º51.63%72.16%-
XYZ17.9315.8947.47-
YUV109.81169.87113.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.48%
GREEN value IS 106 (41.80% from 255) = 27.97%
BLUE value IS 184 (72.27% from 255) = 48.55%
R=23.48%
G=27.97%
B=48.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal891061840.520.4200.28229.2640.0853.53
Hex596AB8342A01Ce52836
Octal13115227064520343455066
Binary101100111010101011100011010010101001110011100101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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