Shades of Chetwode Blue #586AB8
Tints of Chetwode Blue #586AB8
RGB
CMYK
RGB Variations
Color information
#586AB8 (or 0x586AB8) is known color: Chetwode Blue. HEX triplet: 58, 6A and B8. RGB value is (88,106,184). Sum of RGB (Red+Green+Blue) = 88+106+184=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #586AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586AB8 is #A79547. Grayscale: #6D6D6D. Windows color (decimal): -10982728 or 12085848. OLE color: 12085848.
HSL color Cylindrical-coordinate representation of color #586AB8: hue angle of 228.75º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #586AB8 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 106 | 184 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.28 |
| HSL | 228.75º | 0.4% | 0.53% | - |
| HSV(B) | 228.75º | 0.52% | 0.72% | - |
| XYZ | 17.83 | 15.84 | 47.47 | - |
| YUV | 109.51 | 170.04 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 106 | 184 | 0.52 | 0.42 | 0 | 0.28 | 228.75 | 0.4 | 0.53 |
| Hex | 58 | 6A | B8 | 34 | 2A | 0 | 1C | E5 | 28 | 35 |
| Octal | 130 | 152 | 270 | 64 | 52 | 0 | 34 | 345 | 50 | 65 |
| Binary | 1011000 | 1101010 | 10111000 | 110100 | 101010 | 0 | 11100 | 11100101 | 101000 | 110101 |
Color Harmonies of #586AB8
Complementary color
Monochromatic Colors of #586AB8
Black with #586AB8
Text Example
Text Example
White with #586AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586AB8; }
p { color: rgb(88,106,184); }
H1.HeaderClassName
{
color: #586AB8;
}
.AnyTagClassName
{
color: #586AB8;
}
</style>
background-color css
<style>
a { background-color: #586AB8; }
a { background-color: rgb(88,106,184); }
div.DivClassName
{
background-color: #586AB8;
}
.BgClassName
{
background-color: #586AB8;
}
</style>
border-color css
<style>
span { border-color: #586AB8; }
span { border-color: rgb(88,106,184); }
td.TdClassName
{
border-color: #586AB8;
}
.TagClassName
{
border-color: #586AB8;
}
</style>