#596dc1

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

Shades of Chetwode Blue #596DC1

Tints of Chetwode Blue #596DC1

Color information

#596DC1 (or 0x596DC1) is unknown color: approx Chetwode Blue. HEX triplet: 59, 6D and C1. RGB value is (89,109,193). Sum of RGB (Red+Green+Blue) = 89+109+193=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #596DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596DC1 is #A6923E. Grayscale: #707070. Windows color (decimal): -10916415 or 12676441. OLE color: 12676441.

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

Color convert

RGB89109193-
CMYK0.540.4400.24
HSL228.46º45.61%55.29%-
HSV(B)228.46º53.89%75.69%-
XYZ19.2116.9152.7-
YUV112.6173.37111.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.76%
GREEN value IS 109 (42.97% from 255) = 27.88%
BLUE value IS 193 (75.78% from 255) = 49.36%
R=22.76%
G=27.88%
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.24
SystemRedGreenBlueCMYKHSL
Decimal891091930.540.4400.24228.4645.6155.29
Hex596DC1362C018e42e37
Octal13115530166540303445667
Binary101100111011011100000111011010110001100011100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596dc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,109,193); }

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

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

 a { background-color: rgb(89,109,193); }

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

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

 span { border-color: rgb(89,109,193); }

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