#596EC1

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

Shades of Chetwode Blue #596EC1

Tints of Chetwode Blue #596EC1

Color information

#596EC1 (or 0x596EC1) is unknown color: approx Chetwode Blue. HEX triplet: 59, 6E and C1. RGB value is (89,110,193). Sum of RGB (Red+Green+Blue) = 89+110+193=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #596EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596EC1 is #A6913E. Grayscale: #707070. Windows color (decimal): -10916159 or 12676697. OLE color: 12676697.

HSL color Cylindrical-coordinate representation of color #596EC1: hue angle of 227.88º 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 #596EC1 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB89110193-
CMYK0.540.4300.24
HSL227.88º45.61%55.29%-
HSV(B)227.88º53.89%75.69%-
XYZ19.3217.1352.74-
YUV113.18173.04110.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.70%
GREEN value IS 110 (43.36% from 255) = 28.06%
BLUE value IS 193 (75.78% from 255) = 49.23%
R=22.70%
G=28.06%
B=49.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891101930.540.4300.24227.8845.6155.29
Hex596EC1362B018e42e37
Octal13115630166530303445667
Binary101100111011101100000111011010101101100011100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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