Shades of Chetwode Blue #586FCB
Tints of Chetwode Blue #586FCB
RGB
CMYK
RGB Variations
Color information
#586FCB (or 0x586FCB) is known color: Chetwode Blue. HEX triplet: 58, 6F and CB. RGB value is (88,111,203). Sum of RGB (Red+Green+Blue) = 88+111+203=402 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.89% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #586FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586FCB is #A79034. Grayscale: #727272. Windows color (decimal): -10981429 or 13332312. OLE color: 13332312.
HSL color Cylindrical-coordinate representation of color #586FCB: hue angle of 228º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #586FCB is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 111 | 203 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.20 |
| HSL | 228º | 0.53% | 0.57% | - |
| HSV(B) | 228º | 0.57% | 0.8% | - |
| XYZ | 20.49 | 17.76 | 58.85 | - |
| YUV | 114.61 | 177.88 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 111 | 203 | 0.57 | 0.45 | 0 | 0.20 | 228 | 0.53 | 0.57 |
| Hex | 58 | 6F | CB | 39 | 2D | 0 | 14 | E4 | 35 | 39 |
| Octal | 130 | 157 | 313 | 71 | 55 | 0 | 24 | 344 | 65 | 71 |
| Binary | 1011000 | 1101111 | 11001011 | 111001 | 101101 | 0 | 10100 | 11100100 | 110101 | 111001 |
Color Harmonies of #586FCB
Complementary color
Monochromatic Colors of #586FCB
Black with #586FCB
Text Example
Text Example
White with #586FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586FCB; }
p { color: rgb(88,111,203); }
H1.HeaderClassName
{
color: #586FCB;
}
.AnyTagClassName
{
color: #586FCB;
}
</style>
background-color css
<style>
a { background-color: #586FCB; }
a { background-color: rgb(88,111,203); }
div.DivClassName
{
background-color: #586FCB;
}
.BgClassName
{
background-color: #586FCB;
}
</style>
border-color css
<style>
span { border-color: #586FCB; }
span { border-color: rgb(88,111,203); }
td.TdClassName
{
border-color: #586FCB;
}
.TagClassName
{
border-color: #586FCB;
}
</style>