#596FAF

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

Shades of Chetwode Blue #596FAF

Tints of Chetwode Blue #596FAF

Color information

#596FAF (or 0x596FAF) is unknown color: approx Chetwode Blue. HEX triplet: 59, 6F and AF. RGB value is (89,111,175). Sum of RGB (Red+Green+Blue) = 89+111+175=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #596FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596FAF is #A69050. Grayscale: #6F6F6F. Windows color (decimal): -10915921 or 11497305. OLE color: 11497305.

HSL color Cylindrical-coordinate representation of color #596FAF: hue angle of 224.65º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #596FAF is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB89111175-
CMYK0.490.3700.31
HSL224.65º34.96%51.76%-
HSV(B)224.65º49.14%68.63%-
XYZ17.5416.5942.83-
YUV111.72163.71111.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.73%
GREEN value IS 111 (43.75% from 255) = 29.6%
BLUE value IS 175 (68.75% from 255) = 46.67%
R=23.73%
G=29.6%
B=46.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal891111750.490.3700.31224.6534.9651.76
Hex596FAF312501Fe12334
Octal13115725761450373414364
Binary101100111011111010111111000110010101111111100001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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