#596CB4

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

Shades of Chetwode Blue #596CB4

Tints of Chetwode Blue #596CB4

Color information

#596CB4 (or 0x596CB4) is unknown color: approx Chetwode Blue. HEX triplet: 59, 6C and B4. RGB value is (89,108,180). Sum of RGB (Red+Green+Blue) = 89+108+180=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #596CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596CB4 is #A6934B. Grayscale: #6E6E6E. Windows color (decimal): -10916684 or 11824217. OLE color: 11824217.

HSL color Cylindrical-coordinate representation of color #596CB4: hue angle of 227.47º 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 #596CB4 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB89108180-
CMYK0.510.4000.29
HSL227.47º37.76%52.75%-
HSV(B)227.47º50.56%70.59%-
XYZ17.7216.1445.36-
YUV110.53167.21112.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.61%
GREEN value IS 108 (42.58% from 255) = 28.65%
BLUE value IS 180 (70.70% from 255) = 47.75%
R=23.61%
G=28.65%
B=47.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal891081800.510.4000.29227.4737.7652.75
Hex596CB4332801De32635
Octal13115426463500353434665
Binary101100111011001011010011001110100001110111100011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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