Shades of Chetwode Blue #586BCB
Tints of Chetwode Blue #586BCB
RGB
CMYK
RGB Variations
Color information
#586BCB (or 0x586BCB) is known color: Chetwode Blue. HEX triplet: 58, 6B and CB. RGB value is (88,107,203). Sum of RGB (Red+Green+Blue) = 88+107+203=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #586BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586BCB is #A79434. Grayscale: #6F6F6F. Windows color (decimal): -10982453 or 13331288. OLE color: 13331288.
HSL color Cylindrical-coordinate representation of color #586BCB: hue angle of 230.09º 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 #586BCB is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 107 | 203 | - |
| CMYK | 0.57 | 0.47 | 0 | 0.20 |
| HSL | 230.09º | 0.53% | 0.57% | - |
| HSV(B) | 230.09º | 0.57% | 0.8% | - |
| XYZ | 20.06 | 16.9 | 58.7 | - |
| YUV | 112.26 | 179.21 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 107 | 203 | 0.57 | 0.47 | 0 | 0.20 | 230.09 | 0.53 | 0.57 |
| Hex | 58 | 6B | CB | 39 | 2F | 0 | 14 | E6 | 35 | 39 |
| Octal | 130 | 153 | 313 | 71 | 57 | 0 | 24 | 346 | 65 | 71 |
| Binary | 1011000 | 1101011 | 11001011 | 111001 | 101111 | 0 | 10100 | 11100110 | 110101 | 111001 |
Color Harmonies of #586BCB
Complementary color
Monochromatic Colors of #586BCB
Black with #586BCB
Text Example
Text Example
White with #586BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586BCB; }
p { color: rgb(88,107,203); }
H1.HeaderClassName
{
color: #586BCB;
}
.AnyTagClassName
{
color: #586BCB;
}
</style>
background-color css
<style>
a { background-color: #586BCB; }
a { background-color: rgb(88,107,203); }
div.DivClassName
{
background-color: #586BCB;
}
.BgClassName
{
background-color: #586BCB;
}
</style>
border-color css
<style>
span { border-color: #586BCB; }
span { border-color: rgb(88,107,203); }
td.TdClassName
{
border-color: #586BCB;
}
.TagClassName
{
border-color: #586BCB;
}
</style>