#596CC0

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

Shades of Chetwode Blue #596CC0

Tints of Chetwode Blue #596CC0

Color information

#596CC0 (or 0x596CC0) is unknown color: approx Chetwode Blue. HEX triplet: 59, 6C and C0. RGB value is (89,108,192). Sum of RGB (Red+Green+Blue) = 89+108+192=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #596CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596CC0 is #A6933F. Grayscale: #6F6F6F. Windows color (decimal): -10916672 or 12610649. OLE color: 12610649.

HSL color Cylindrical-coordinate representation of color #596CC0: hue angle of 228.93º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #596CC0 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB89108192-
CMYK0.540.4400.25
HSL228.93º44.98%55.1%-
HSV(B)228.93º53.65%75.29%-
XYZ1916.6552.08-
YUV111.9173.21111.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.88%
GREEN value IS 108 (42.58% from 255) = 27.76%
BLUE value IS 192 (75.39% from 255) = 49.36%
R=22.88%
G=27.76%
B=49.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891081920.540.4400.25228.9344.9855.1
Hex596CC0362C019e52d37
Octal13115430066540313455567
Binary101100111011001100000011011010110001100111100101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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