#596ACC

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

Shades of Chetwode Blue #596ACC

Tints of Chetwode Blue #596ACC

Color information

#596ACC (or 0x596ACC) is unknown color: approx Chetwode Blue. HEX triplet: 59, 6A and CC. RGB value is (89,106,204). Sum of RGB (Red+Green+Blue) = 89+106+204=399 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.31% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #596ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596ACC is #A69533. Grayscale: #6F6F6F. Windows color (decimal): -10917172 or 13396569. OLE color: 13396569.

HSL color Cylindrical-coordinate representation of color #596ACC: hue angle of 231.13º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #596ACC is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB89106204-
CMYK0.560.4800.2
HSL231.13º53%57.45%-
HSV(B)231.13º56.37%80%-
XYZ20.1716.7959.3-
YUV112.09179.87111.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.31%
GREEN value IS 106 (41.80% from 255) = 26.57%
BLUE value IS 204 (80.08% from 255) = 51.13%
R=22.31%
G=26.57%
B=51.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal891062040.560.4800.2231.135357.45
Hex596ACC3830014e73539
Octal13115231470600243476571
Binary101100111010101100110011100011000001010011100111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,106,204); }

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

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

 a { background-color: rgb(89,106,204); }

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

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

 span { border-color: rgb(89,106,204); }

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