Shades of Chetwode Blue #586DCD
Tints of Chetwode Blue #586DCD
RGB
CMYK
RGB Variations
Color information
#586DCD (or 0x586DCD) is known color: Chetwode Blue. HEX triplet: 58, 6D and CD. RGB value is (88,109,205). Sum of RGB (Red+Green+Blue) = 88+109+205=402 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.89% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #586DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586DCD is #A79232. Grayscale: #717171. Windows color (decimal): -10981939 or 13462872. OLE color: 13462872.
HSL color Cylindrical-coordinate representation of color #586DCD: hue angle of 229.23º degrees, saturation: 0.54, 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 #586DCD is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 109 | 205 | - |
| CMYK | 0.57 | 0.47 | 0 | 0.20 |
| HSL | 229.23º | 0.54% | 0.57% | - |
| HSV(B) | 229.23º | 0.57% | 0.8% | - |
| XYZ | 20.51 | 17.42 | 60.04 | - |
| YUV | 113.67 | 179.54 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 109 | 205 | 0.57 | 0.47 | 0 | 0.20 | 229.23 | 0.54 | 0.57 |
| Hex | 58 | 6D | CD | 39 | 2F | 0 | 14 | E5 | 36 | 39 |
| Octal | 130 | 155 | 315 | 71 | 57 | 0 | 24 | 345 | 66 | 71 |
| Binary | 1011000 | 1101101 | 11001101 | 111001 | 101111 | 0 | 10100 | 11100101 | 110110 | 111001 |
Color Harmonies of #586DCD
Complementary color
Monochromatic Colors of #586DCD
Black with #586DCD
Text Example
Text Example
White with #586DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586DCD; }
p { color: rgb(88,109,205); }
H1.HeaderClassName
{
color: #586DCD;
}
.AnyTagClassName
{
color: #586DCD;
}
</style>
background-color css
<style>
a { background-color: #586DCD; }
a { background-color: rgb(88,109,205); }
div.DivClassName
{
background-color: #586DCD;
}
.BgClassName
{
background-color: #586DCD;
}
</style>
border-color css
<style>
span { border-color: #586DCD; }
span { border-color: rgb(88,109,205); }
td.TdClassName
{
border-color: #586DCD;
}
.TagClassName
{
border-color: #586DCD;
}
</style>