Shades of Chetwode Blue #586DB0
Tints of Chetwode Blue #586DB0
RGB
CMYK
RGB Variations
Color information
#586DB0 (or 0x586DB0) is known color: Chetwode Blue. HEX triplet: 58, 6D and B0. RGB value is (88,109,176). Sum of RGB (Red+Green+Blue) = 88+109+176=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 176 (69.14% from 255 or 47.18% from 373); Max value from RGB is 176 - color contains mainly: blue. Hex color #586DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586DB0 is #A7924F. Grayscale: #6E6E6E. Windows color (decimal): -10981968 or 11562328. OLE color: 11562328.
HSL color Cylindrical-coordinate representation of color #586DB0: hue angle of 225.68º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #586DB0 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 109 | 176 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.31 |
| HSL | 225.68º | 0.36% | 0.52% | - |
| HSV(B) | 225.68º | 0.5% | 0.69% | - |
| XYZ | 17.33 | 16.15 | 43.28 | - |
| YUV | 110.36 | 165.04 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 109 | 176 | 0.50 | 0.38 | 0 | 0.31 | 225.68 | 0.36 | 0.52 |
| Hex | 58 | 6D | B0 | 32 | 26 | 0 | 1F | E2 | 24 | 34 |
| Octal | 130 | 155 | 260 | 62 | 46 | 0 | 37 | 342 | 44 | 64 |
| Binary | 1011000 | 1101101 | 10110000 | 110010 | 100110 | 0 | 11111 | 11100010 | 100100 | 110100 |
Color Harmonies of #586DB0
Complementary color
Monochromatic Colors of #586DB0
Black with #586DB0
Text Example
Text Example
White with #586DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586DB0; }
p { color: rgb(88,109,176); }
H1.HeaderClassName
{
color: #586DB0;
}
.AnyTagClassName
{
color: #586DB0;
}
</style>
background-color css
<style>
a { background-color: #586DB0; }
a { background-color: rgb(88,109,176); }
div.DivClassName
{
background-color: #586DB0;
}
.BgClassName
{
background-color: #586DB0;
}
</style>
border-color css
<style>
span { border-color: #586DB0; }
span { border-color: rgb(88,109,176); }
td.TdClassName
{
border-color: #586DB0;
}
.TagClassName
{
border-color: #586DB0;
}
</style>