Shades of Chetwode Blue #586ECB
Tints of Chetwode Blue #586ECB
RGB
CMYK
RGB Variations
Color information
#586ECB (or 0x586ECB) is known color: Chetwode Blue. HEX triplet: 58, 6E and CB. RGB value is (88,110,203). Sum of RGB (Red+Green+Blue) = 88+110+203=401 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.95% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #586ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586ECB is #A79134. Grayscale: #717171. Windows color (decimal): -10981685 or 13332056. OLE color: 13332056.
HSL color Cylindrical-coordinate representation of color #586ECB: hue angle of 228.52º 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 #586ECB is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 110 | 203 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.20 |
| HSL | 228.52º | 0.53% | 0.57% | - |
| HSV(B) | 228.52º | 0.57% | 0.8% | - |
| XYZ | 20.38 | 17.54 | 58.81 | - |
| YUV | 114.02 | 178.21 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 110 | 203 | 0.57 | 0.46 | 0 | 0.20 | 228.52 | 0.53 | 0.57 |
| Hex | 58 | 6E | CB | 39 | 2E | 0 | 14 | E5 | 35 | 39 |
| Octal | 130 | 156 | 313 | 71 | 56 | 0 | 24 | 345 | 65 | 71 |
| Binary | 1011000 | 1101110 | 11001011 | 111001 | 101110 | 0 | 10100 | 11100101 | 110101 | 111001 |
Color Harmonies of #586ECB
Complementary color
Monochromatic Colors of #586ECB
Black with #586ECB
Text Example
Text Example
White with #586ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586ECB; }
p { color: rgb(88,110,203); }
H1.HeaderClassName
{
color: #586ECB;
}
.AnyTagClassName
{
color: #586ECB;
}
</style>
background-color css
<style>
a { background-color: #586ECB; }
a { background-color: rgb(88,110,203); }
div.DivClassName
{
background-color: #586ECB;
}
.BgClassName
{
background-color: #586ECB;
}
</style>
border-color css
<style>
span { border-color: #586ECB; }
span { border-color: rgb(88,110,203); }
td.TdClassName
{
border-color: #586ECB;
}
.TagClassName
{
border-color: #586ECB;
}
</style>