#596FB4

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

Shades of Chetwode Blue #596FB4

Tints of Chetwode Blue #596FB4

Color information

#596FB4 (or 0x596FB4) is unknown color: approx Chetwode Blue. HEX triplet: 59, 6F and B4. RGB value is (89,111,180). Sum of RGB (Red+Green+Blue) = 89+111+180=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 180 (70.70% from 255 or 47.37% from 380); Max value from RGB is 180 - color contains mainly: blue. Hex color #596FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596FB4 is #A6904B. Grayscale: #6F6F6F. Windows color (decimal): -10915916 or 11824985. OLE color: 11824985.

HSL color Cylindrical-coordinate representation of color #596FB4: hue angle of 225.49º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #596FB4 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB89111180-
CMYK0.510.3800.29
HSL225.49º37.76%52.75%-
HSV(B)225.49º50.56%70.59%-
XYZ18.0416.7945.47-
YUV112.29166.21111.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.42%
GREEN value IS 111 (43.75% from 255) = 29.21%
BLUE value IS 180 (70.70% from 255) = 47.37%
R=23.42%
G=29.21%
B=47.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal891111800.510.3800.29225.4937.7652.75
Hex596FB4332601De12635
Octal13115726463460353414665
Binary101100111011111011010011001110011001110111100001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,111,180); }

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

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

 a { background-color: rgb(89,111,180); }

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

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

 span { border-color: rgb(89,111,180); }

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