#596fac

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

Shades of Chetwode Blue #596FAC

Tints of Chetwode Blue #596FAC

Color information

#596FAC (or 0x596FAC) is unknown color: approx Chetwode Blue. HEX triplet: 59, 6F and AC. RGB value is (89,111,172). Sum of RGB (Red+Green+Blue) = 89+111+172=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #596FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596FAC is #A69053. Grayscale: #6F6F6F. Windows color (decimal): -10915924 or 11300697. OLE color: 11300697.

HSL color Cylindrical-coordinate representation of color #596FAC: hue angle of 224.1º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #596FAC is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB89111172-
CMYK0.480.3500.33
HSL224.1º33.33%51.18%-
HSV(B)224.1º48.26%67.45%-
XYZ17.2516.4741.3-
YUV111.38162.21112.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.92%
GREEN value IS 111 (43.75% from 255) = 29.84%
BLUE value IS 172 (67.58% from 255) = 46.24%
R=23.92%
G=29.84%
B=46.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891111720.480.3500.33224.133.3351.18
Hex596FAC3023021e02133
Octal13115725460430413404163
Binary1011001110111110101100110000100011010000111100000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596fac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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