Shades of Chetwode Blue #586EC8
Tints of Chetwode Blue #586EC8
RGB
CMYK
RGB Variations
Color information
#586EC8 (or 0x586EC8) is known color: Chetwode Blue. HEX triplet: 58, 6E and C8. RGB value is (88,110,200). Sum of RGB (Red+Green+Blue) = 88+110+200=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 200 (78.52% from 255 or 50.25% from 398); Max value from RGB is 200 - color contains mainly: blue. Hex color #586EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586EC8 is #A79137. Grayscale: #717171. Windows color (decimal): -10981688 or 13135448. OLE color: 13135448.
HSL color Cylindrical-coordinate representation of color #586EC8: hue angle of 228.21º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #586EC8 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 110 | 200 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.22 |
| HSL | 228.21º | 0.5% | 0.56% | - |
| HSV(B) | 228.21º | 0.56% | 0.78% | - |
| XYZ | 20.03 | 17.4 | 56.95 | - |
| YUV | 113.68 | 176.71 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 110 | 200 | 0.56 | 0.45 | 0 | 0.22 | 228.21 | 0.5 | 0.56 |
| Hex | 58 | 6E | C8 | 38 | 2D | 0 | 16 | E4 | 32 | 38 |
| Octal | 130 | 156 | 310 | 70 | 55 | 0 | 26 | 344 | 62 | 70 |
| Binary | 1011000 | 1101110 | 11001000 | 111000 | 101101 | 0 | 10110 | 11100100 | 110010 | 111000 |
Color Harmonies of #586EC8
Complementary color
Monochromatic Colors of #586EC8
Black with #586EC8
Text Example
Text Example
White with #586EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586EC8; }
p { color: rgb(88,110,200); }
H1.HeaderClassName
{
color: #586EC8;
}
.AnyTagClassName
{
color: #586EC8;
}
</style>
background-color css
<style>
a { background-color: #586EC8; }
a { background-color: rgb(88,110,200); }
div.DivClassName
{
background-color: #586EC8;
}
.BgClassName
{
background-color: #586EC8;
}
</style>
border-color css
<style>
span { border-color: #586EC8; }
span { border-color: rgb(88,110,200); }
td.TdClassName
{
border-color: #586EC8;
}
.TagClassName
{
border-color: #586EC8;
}
</style>