Shades of Chetwode Blue #586DCB
Tints of Chetwode Blue #586DCB
RGB
CMYK
RGB Variations
Color information
#586DCB (or 0x586DCB) is known color: Chetwode Blue. HEX triplet: 58, 6D and CB. RGB value is (88,109,203). Sum of RGB (Red+Green+Blue) = 88+109+203=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #586DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586DCB is #A79234. Grayscale: #717171. Windows color (decimal): -10981941 or 13331800. OLE color: 13331800.
HSL color Cylindrical-coordinate representation of color #586DCB: hue angle of 229.04º 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 #586DCB is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 109 | 203 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.20 |
| HSL | 229.04º | 0.53% | 0.57% | - |
| HSV(B) | 229.04º | 0.57% | 0.8% | - |
| XYZ | 20.27 | 17.32 | 58.78 | - |
| YUV | 113.44 | 178.54 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 109 | 203 | 0.57 | 0.46 | 0 | 0.20 | 229.04 | 0.53 | 0.57 |
| Hex | 58 | 6D | CB | 39 | 2E | 0 | 14 | E5 | 35 | 39 |
| Octal | 130 | 155 | 313 | 71 | 56 | 0 | 24 | 345 | 65 | 71 |
| Binary | 1011000 | 1101101 | 11001011 | 111001 | 101110 | 0 | 10100 | 11100101 | 110101 | 111001 |
Color Harmonies of #586DCB
Complementary color
Monochromatic Colors of #586DCB
Black with #586DCB
Text Example
Text Example
White with #586DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586DCB; }
p { color: rgb(88,109,203); }
H1.HeaderClassName
{
color: #586DCB;
}
.AnyTagClassName
{
color: #586DCB;
}
</style>
background-color css
<style>
a { background-color: #586DCB; }
a { background-color: rgb(88,109,203); }
div.DivClassName
{
background-color: #586DCB;
}
.BgClassName
{
background-color: #586DCB;
}
</style>
border-color css
<style>
span { border-color: #586DCB; }
span { border-color: rgb(88,109,203); }
td.TdClassName
{
border-color: #586DCB;
}
.TagClassName
{
border-color: #586DCB;
}
</style>