#596BB0

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

Shades of Chetwode Blue #596BB0

Tints of Chetwode Blue #596BB0

Color information

#596BB0 (or 0x596BB0) is unknown color: approx Chetwode Blue. HEX triplet: 59, 6B and B0. RGB value is (89,107,176). Sum of RGB (Red+Green+Blue) = 89+107+176=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 176 (69.14% from 255 or 47.31% from 372); Max value from RGB is 176 - color contains mainly: blue. Hex color #596BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596BB0 is #A6944F. Grayscale: #6D6D6D. Windows color (decimal): -10916944 or 11561817. OLE color: 11561817.

HSL color Cylindrical-coordinate representation of color #596BB0: hue angle of 227.59º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #596BB0 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB89107176-
CMYK0.490.3900.31
HSL227.59º35.51%51.96%-
HSV(B)227.59º49.43%69.02%-
XYZ17.2115.7743.21-
YUV109.48165.54113.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.92%
GREEN value IS 107 (42.19% from 255) = 28.76%
BLUE value IS 176 (69.14% from 255) = 47.31%
R=23.92%
G=28.76%
B=47.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal891071760.490.3900.31227.5935.5151.96
Hex596BB0312701Fe42434
Octal13115326061470373444464
Binary101100111010111011000011000110011101111111100100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,107,176); }

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

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

 a { background-color: rgb(89,107,176); }

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

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

 span { border-color: rgb(89,107,176); }

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