Shades of Chetwode Blue #586CBA
Tints of Chetwode Blue #586CBA
RGB
CMYK
RGB Variations
Color information
#586CBA (or 0x586CBA) is known color: Chetwode Blue. HEX triplet: 58, 6C and BA. RGB value is (88,108,186). Sum of RGB (Red+Green+Blue) = 88+108+186=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #586CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586CBA is #A79345. Grayscale: #6E6E6E. Windows color (decimal): -10982214 or 12217432. OLE color: 12217432.
HSL color Cylindrical-coordinate representation of color #586CBA: hue angle of 227.76º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #586CBA is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 108 | 186 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.27 |
| HSL | 227.76º | 0.42% | 0.54% | - |
| HSV(B) | 227.76º | 0.53% | 0.73% | - |
| XYZ | 18.25 | 16.35 | 48.65 | - |
| YUV | 110.91 | 170.37 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 108 | 186 | 0.53 | 0.42 | 0 | 0.27 | 227.76 | 0.42 | 0.54 |
| Hex | 58 | 6C | BA | 35 | 2A | 0 | 1B | E4 | 2A | 36 |
| Octal | 130 | 154 | 272 | 65 | 52 | 0 | 33 | 344 | 52 | 66 |
| Binary | 1011000 | 1101100 | 10111010 | 110101 | 101010 | 0 | 11011 | 11100100 | 101010 | 110110 |
Color Harmonies of #586CBA
Complementary color
Monochromatic Colors of #586CBA
Black with #586CBA
Text Example
Text Example
White with #586CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586CBA; }
p { color: rgb(88,108,186); }
H1.HeaderClassName
{
color: #586CBA;
}
.AnyTagClassName
{
color: #586CBA;
}
</style>
background-color css
<style>
a { background-color: #586CBA; }
a { background-color: rgb(88,108,186); }
div.DivClassName
{
background-color: #586CBA;
}
.BgClassName
{
background-color: #586CBA;
}
</style>
border-color css
<style>
span { border-color: #586CBA; }
span { border-color: rgb(88,108,186); }
td.TdClassName
{
border-color: #586CBA;
}
.TagClassName
{
border-color: #586CBA;
}
</style>