#586bc1

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

Shades of Chetwode Blue #586BC1

Tints of Chetwode Blue #586BC1

Color information

#586BC1 (or 0x586BC1) is unknown color: approx Chetwode Blue. HEX triplet: 58, 6B and C1. RGB value is (88,107,193). Sum of RGB (Red+Green+Blue) = 88+107+193=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #586BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586BC1 is #A7943E. Grayscale: #6E6E6E. Windows color (decimal): -10982463 or 12675928. OLE color: 12675928.

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

Color convert

RGB88107193-
CMYK0.540.4500.24
HSL229.14º45.85%55.1%-
HSV(B)229.14º54.4%75.69%-
XYZ18.9116.4452.63-
YUV111.12174.21111.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.68%
GREEN value IS 107 (42.19% from 255) = 27.58%
BLUE value IS 193 (75.78% from 255) = 49.74%
R=22.68%
G=27.58%
B=49.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal881071930.540.4500.24229.1445.8555.1
Hex586BC1362D018e52e37
Octal13015330166550303455667
Binary101100011010111100000111011010110101100011100101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586bc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,107,193); }

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

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

 a { background-color: rgb(88,107,193); }

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

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

 span { border-color: rgb(88,107,193); }

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