Shades of Chetwode Blue #586EC7
Tints of Chetwode Blue #586EC7
RGB
CMYK
RGB Variations
Color information
#586EC7 (or 0x586EC7) is known color: Chetwode Blue. HEX triplet: 58, 6E and C7. RGB value is (88,110,199). Sum of RGB (Red+Green+Blue) = 88+110+199=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 199 (78.12% from 255 or 50.13% from 397); Max value from RGB is 199 - color contains mainly: blue. Hex color #586EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586EC7 is #A79138. Grayscale: #717171. Windows color (decimal): -10981689 or 13069912. OLE color: 13069912.
HSL color Cylindrical-coordinate representation of color #586EC7: hue angle of 228.11º 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 #586EC7 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 110 | 199 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.22 |
| HSL | 228.11º | 0.5% | 0.56% | - |
| HSV(B) | 228.11º | 0.56% | 0.78% | - |
| XYZ | 19.91 | 17.35 | 56.33 | - |
| YUV | 113.57 | 176.21 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 110 | 199 | 0.56 | 0.45 | 0 | 0.22 | 228.11 | 0.5 | 0.56 |
| Hex | 58 | 6E | C7 | 38 | 2D | 0 | 16 | E4 | 32 | 38 |
| Octal | 130 | 156 | 307 | 70 | 55 | 0 | 26 | 344 | 62 | 70 |
| Binary | 1011000 | 1101110 | 11000111 | 111000 | 101101 | 0 | 10110 | 11100100 | 110010 | 111000 |
Color Harmonies of #586EC7
Complementary color
Monochromatic Colors of #586EC7
Black with #586EC7
Text Example
Text Example
White with #586EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586EC7; }
p { color: rgb(88,110,199); }
H1.HeaderClassName
{
color: #586EC7;
}
.AnyTagClassName
{
color: #586EC7;
}
</style>
background-color css
<style>
a { background-color: #586EC7; }
a { background-color: rgb(88,110,199); }
div.DivClassName
{
background-color: #586EC7;
}
.BgClassName
{
background-color: #586EC7;
}
</style>
border-color css
<style>
span { border-color: #586EC7; }
span { border-color: rgb(88,110,199); }
td.TdClassName
{
border-color: #586EC7;
}
.TagClassName
{
border-color: #586EC7;
}
</style>