#596FBF

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

Shades of Chetwode Blue #596FBF

Tints of Chetwode Blue #596FBF

Color information

#596FBF (or 0x596FBF) is unknown color: approx Chetwode Blue. HEX triplet: 59, 6F and BF. RGB value is (89,111,191). Sum of RGB (Red+Green+Blue) = 89+111+191=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #596FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596FBF is #A69040. Grayscale: #717171. Windows color (decimal): -10915905 or 12545881. OLE color: 12545881.

HSL color Cylindrical-coordinate representation of color #596FBF: hue angle of 227.06º 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 #596FBF is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB89111191-
CMYK0.530.4200.25
HSL227.06º44.35%54.9%-
HSV(B)227.06º53.4%74.9%-
XYZ19.2117.2551.61-
YUV113.54171.71110.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.76%
GREEN value IS 111 (43.75% from 255) = 28.39%
BLUE value IS 191 (75% from 255) = 48.85%
R=22.76%
G=28.39%
B=48.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891111910.530.4200.25227.0644.3554.9
Hex596FBF352A019e32c37
Octal13115727765520313435467
Binary101100111011111011111111010110101001100111100011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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