#596CBF

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

Shades of Chetwode Blue #596CBF

Tints of Chetwode Blue #596CBF

Color information

#596CBF (or 0x596CBF) is unknown color: approx Chetwode Blue. HEX triplet: 59, 6C and BF. RGB value is (89,108,191). Sum of RGB (Red+Green+Blue) = 89+108+191=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #596CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596CBF is #A69340. Grayscale: #6F6F6F. Windows color (decimal): -10916673 or 12545113. OLE color: 12545113.

HSL color Cylindrical-coordinate representation of color #596CBF: hue angle of 228.82º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #596CBF is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB89108191-
CMYK0.530.4300.25
HSL228.82º44.35%54.9%-
HSV(B)228.82º53.4%74.9%-
XYZ18.8916.6151.5-
YUV111.78172.71111.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.94%
GREEN value IS 108 (42.58% from 255) = 27.84%
BLUE value IS 191 (75% from 255) = 49.23%
R=22.94%
G=27.84%
B=49.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891081910.530.4300.25228.8244.3554.9
Hex596CBF352B019e52c37
Octal13115427765530313455467
Binary101100111011001011111111010110101101100111100101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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