Shades of Chetwode Blue #586FCC
Tints of Chetwode Blue #586FCC
RGB
CMYK
RGB Variations
Color information
#586FCC (or 0x586FCC) is known color: Chetwode Blue. HEX triplet: 58, 6F and CC. RGB value is (88,111,204). Sum of RGB (Red+Green+Blue) = 88+111+204=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #586FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586FCC is #A79033. Grayscale: #727272. Windows color (decimal): -10981428 or 13397848. OLE color: 13397848.
HSL color Cylindrical-coordinate representation of color #586FCC: hue angle of 228.1º 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 #586FCC is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 111 | 204 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.2 |
| HSL | 228.1º | 0.53% | 0.57% | - |
| HSV(B) | 228.1º | 0.57% | 0.8% | - |
| XYZ | 20.61 | 17.8 | 59.48 | - |
| YUV | 114.73 | 178.38 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 111 | 204 | 0.57 | 0.46 | 0 | 0.2 | 228.1 | 0.53 | 0.57 |
| Hex | 58 | 6F | CC | 39 | 2E | 0 | 14 | E4 | 35 | 39 |
| Octal | 130 | 157 | 314 | 71 | 56 | 0 | 24 | 344 | 65 | 71 |
| Binary | 1011000 | 1101111 | 11001100 | 111001 | 101110 | 0 | 10100 | 11100100 | 110101 | 111001 |
Color Harmonies of #586FCC
Complementary color
Monochromatic Colors of #586FCC
Black with #586FCC
Text Example
Text Example
White with #586FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586FCC; }
p { color: rgb(88,111,204); }
H1.HeaderClassName
{
color: #586FCC;
}
.AnyTagClassName
{
color: #586FCC;
}
</style>
background-color css
<style>
a { background-color: #586FCC; }
a { background-color: rgb(88,111,204); }
div.DivClassName
{
background-color: #586FCC;
}
.BgClassName
{
background-color: #586FCC;
}
</style>
border-color css
<style>
span { border-color: #586FCC; }
span { border-color: rgb(88,111,204); }
td.TdClassName
{
border-color: #586FCC;
}
.TagClassName
{
border-color: #586FCC;
}
</style>