#586EC2

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

Shades of Chetwode Blue #586EC2

Tints of Chetwode Blue #586EC2

Color information

#586EC2 (or 0x586EC2) is unknown color: approx Chetwode Blue. HEX triplet: 58, 6E and C2. RGB value is (88,110,194). Sum of RGB (Red+Green+Blue) = 88+110+194=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 194 (76.17% from 255 or 49.49% from 392); Max value from RGB is 194 - color contains mainly: blue. Hex color #586EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586EC2 is #A7913D. Grayscale: #707070. Windows color (decimal): -10981694 or 12742232. OLE color: 12742232.

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

Color convert

RGB88110194-
CMYK0.550.4300.24
HSL227.55º46.49%55.29%-
HSV(B)227.55º54.64%76.08%-
XYZ19.3417.1253.32-
YUV113173.71110.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.45%
GREEN value IS 110 (43.36% from 255) = 28.06%
BLUE value IS 194 (76.17% from 255) = 49.49%
R=22.45%
G=28.06%
B=49.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal881101940.550.4300.24227.5546.4955.29
Hex586EC2372B018e42e37
Octal13015630267530303445667
Binary101100011011101100001011011110101101100011100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586EC2; }

 p { color: rgb(88,110,194); }

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

<style>
 a { background-color: #586EC2; }

 a { background-color: rgb(88,110,194); }

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

<style>
 span { border-color: #586EC2; }

 span { border-color: rgb(88,110,194); }

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