#596CCA

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

Shades of Chetwode Blue #596CCA

Tints of Chetwode Blue #596CCA

Color information

#596CCA (or 0x596CCA) is unknown color: approx Chetwode Blue. HEX triplet: 59, 6C and CA. RGB value is (89,108,202). Sum of RGB (Red+Green+Blue) = 89+108+202=399 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.31% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #596CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596CCA is #A69335. Grayscale: #707070. Windows color (decimal): -10916662 or 13266009. OLE color: 13266009.

HSL color Cylindrical-coordinate representation of color #596CCA: hue angle of 229.91º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #596CCA is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB89108202-
CMYK0.560.4700.21
HSL229.91º51.6%57.06%-
HSV(B)229.91º55.94%79.22%-
XYZ20.1417.1158.12-
YUV113.04178.21110.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.31%
GREEN value IS 108 (42.58% from 255) = 27.07%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=22.31%
G=27.07%
B=50.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal891082020.560.4700.21229.9151.657.06
Hex596CCA382F015e63439
Octal13115431270570253466471
Binary101100111011001100101011100010111101010111100110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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