Shades of Chetwode Blue #586DBA
Tints of Chetwode Blue #586DBA
RGB
CMYK
RGB Variations
Color information
#586DBA (or 0x586DBA) is known color: Chetwode Blue. HEX triplet: 58, 6D and BA. RGB value is (88,109,186). Sum of RGB (Red+Green+Blue) = 88+109+186=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #586DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #586DBA is #A79245. Grayscale: #6F6F6F. Windows color (decimal): -10981958 or 12217688. OLE color: 12217688.
HSL color Cylindrical-coordinate representation of color #586DBA: hue angle of 227.14º 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 #586DBA is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 109 | 186 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.27 |
| HSL | 227.14º | 0.42% | 0.54% | - |
| HSV(B) | 227.14º | 0.53% | 0.73% | - |
| XYZ | 18.36 | 16.56 | 48.68 | - |
| YUV | 111.5 | 170.04 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 109 | 186 | 0.53 | 0.41 | 0 | 0.27 | 227.14 | 0.42 | 0.54 |
| Hex | 58 | 6D | BA | 35 | 29 | 0 | 1B | E3 | 2A | 36 |
| Octal | 130 | 155 | 272 | 65 | 51 | 0 | 33 | 343 | 52 | 66 |
| Binary | 1011000 | 1101101 | 10111010 | 110101 | 101001 | 0 | 11011 | 11100011 | 101010 | 110110 |
Color Harmonies of #586DBA
Complementary color
Monochromatic Colors of #586DBA
Black with #586DBA
Text Example
Text Example
White with #586DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586DBA; }
p { color: rgb(88,109,186); }
H1.HeaderClassName
{
color: #586DBA;
}
.AnyTagClassName
{
color: #586DBA;
}
</style>
background-color css
<style>
a { background-color: #586DBA; }
a { background-color: rgb(88,109,186); }
div.DivClassName
{
background-color: #586DBA;
}
.BgClassName
{
background-color: #586DBA;
}
</style>
border-color css
<style>
span { border-color: #586DBA; }
span { border-color: rgb(88,109,186); }
td.TdClassName
{
border-color: #586DBA;
}
.TagClassName
{
border-color: #586DBA;
}
</style>