#596CBA

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

Shades of Chetwode Blue #596CBA

Tints of Chetwode Blue #596CBA

Color information

#596CBA (or 0x596CBA) is unknown color: approx Chetwode Blue. HEX triplet: 59, 6C and BA. RGB value is (89,108,186). Sum of RGB (Red+Green+Blue) = 89+108+186=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #596CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596CBA is #A69345. Grayscale: #6E6E6E. Windows color (decimal): -10916678 or 12217433. OLE color: 12217433.

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

Color convert

RGB89108186-
CMYK0.520.4200.27
HSL228.25º41.28%53.92%-
HSV(B)228.25º52.15%72.94%-
XYZ18.3516.3948.65-
YUV111.21170.21112.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.24%
GREEN value IS 108 (42.58% from 255) = 28.20%
BLUE value IS 186 (73.05% from 255) = 48.56%
R=23.24%
G=28.20%
B=48.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891081860.520.4200.27228.2541.2853.92
Hex596CBA342A01Be42936
Octal13115427264520333445166
Binary101100111011001011101011010010101001101111100100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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