Shades of Chetwode Blue #586ACC
Tints of Chetwode Blue #586ACC
RGB
CMYK
RGB Variations
Color information
#586ACC (or 0x586ACC) is known color: Chetwode Blue. HEX triplet: 58, 6A and CC. RGB value is (88,106,204). Sum of RGB (Red+Green+Blue) = 88+106+204=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #586ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586ACC is #A79533. Grayscale: #6F6F6F. Windows color (decimal): -10982708 or 13396568. OLE color: 13396568.
HSL color Cylindrical-coordinate representation of color #586ACC: hue angle of 230.69º 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 #586ACC is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 106 | 204 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.2 |
| HSL | 230.69º | 0.53% | 0.57% | - |
| HSV(B) | 230.69º | 0.57% | 0.8% | - |
| XYZ | 20.08 | 16.74 | 59.3 | - |
| YUV | 111.79 | 180.04 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 106 | 204 | 0.57 | 0.48 | 0 | 0.2 | 230.69 | 0.53 | 0.57 |
| Hex | 58 | 6A | CC | 39 | 30 | 0 | 14 | E7 | 35 | 39 |
| Octal | 130 | 152 | 314 | 71 | 60 | 0 | 24 | 347 | 65 | 71 |
| Binary | 1011000 | 1101010 | 11001100 | 111001 | 110000 | 0 | 10100 | 11100111 | 110101 | 111001 |
Color Harmonies of #586ACC
Complementary color
Monochromatic Colors of #586ACC
Black with #586ACC
Text Example
Text Example
White with #586ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586ACC; }
p { color: rgb(88,106,204); }
H1.HeaderClassName
{
color: #586ACC;
}
.AnyTagClassName
{
color: #586ACC;
}
</style>
background-color css
<style>
a { background-color: #586ACC; }
a { background-color: rgb(88,106,204); }
div.DivClassName
{
background-color: #586ACC;
}
.BgClassName
{
background-color: #586ACC;
}
</style>
border-color css
<style>
span { border-color: #586ACC; }
span { border-color: rgb(88,106,204); }
td.TdClassName
{
border-color: #586ACC;
}
.TagClassName
{
border-color: #586ACC;
}
</style>