#586CC2

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

Shades of Chetwode Blue #586CC2

Tints of Chetwode Blue #586CC2

Color information

#586CC2 (or 0x586CC2) is unknown color: approx Chetwode Blue. HEX triplet: 58, 6C and C2. RGB value is (88,108,194). Sum of RGB (Red+Green+Blue) = 88+108+194=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 194 (76.17% from 255 or 49.74% from 390); Max value from RGB is 194 - color contains mainly: blue. Hex color #586CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586CC2 is #A7933D. Grayscale: #6F6F6F. Windows color (decimal): -10982206 or 12741720. OLE color: 12741720.

HSL color Cylindrical-coordinate representation of color #586CC2: hue angle of 228.68º 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 #586CC2 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB88108194-
CMYK0.550.4400.24
HSL228.68º46.49%55.29%-
HSV(B)228.68º54.64%76.08%-
XYZ19.1216.6953.25-
YUV111.82174.37111.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.56%
GREEN value IS 108 (42.58% from 255) = 27.69%
BLUE value IS 194 (76.17% from 255) = 49.74%
R=22.56%
G=27.69%
B=49.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal881081940.550.4400.24228.6846.4955.29
Hex586CC2372C018e52e37
Octal13015430267540303455667
Binary101100011011001100001011011110110001100011100101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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