Shades of Chetwode Blue #586AAA
Tints of Chetwode Blue #586AAA
RGB
CMYK
RGB Variations
Color information
#586AAA (or 0x586AAA) is known color: Chetwode Blue. HEX triplet: 58, 6A and AA. RGB value is (88,106,170). Sum of RGB (Red+Green+Blue) = 88+106+170=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #586AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586AAA is #A79555. Grayscale: #6B6B6B. Windows color (decimal): -10982742 or 11168344. OLE color: 11168344.
HSL color Cylindrical-coordinate representation of color #586AAA: hue angle of 226.83º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #586AAA is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 106 | 170 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.33 |
| HSL | 226.83º | 0.33% | 0.51% | - |
| HSV(B) | 226.83º | 0.48% | 0.67% | - |
| XYZ | 16.43 | 15.29 | 40.11 | - |
| YUV | 107.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 106 | 170 | 0.48 | 0.38 | 0 | 0.33 | 226.83 | 0.33 | 0.51 |
| Hex | 58 | 6A | AA | 30 | 26 | 0 | 21 | E3 | 21 | 33 |
| Octal | 130 | 152 | 252 | 60 | 46 | 0 | 41 | 343 | 41 | 63 |
| Binary | 1011000 | 1101010 | 10101010 | 110000 | 100110 | 0 | 100001 | 11100011 | 100001 | 110011 |
Color Harmonies of #586AAA
Complementary color
Monochromatic Colors of #586AAA
Black with #586AAA
Text Example
Text Example
White with #586AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586AAA; }
p { color: rgb(88,106,170); }
H1.HeaderClassName
{
color: #586AAA;
}
.AnyTagClassName
{
color: #586AAA;
}
</style>
background-color css
<style>
a { background-color: #586AAA; }
a { background-color: rgb(88,106,170); }
div.DivClassName
{
background-color: #586AAA;
}
.BgClassName
{
background-color: #586AAA;
}
</style>
border-color css
<style>
span { border-color: #586AAA; }
span { border-color: rgb(88,106,170); }
td.TdClassName
{
border-color: #586AAA;
}
.TagClassName
{
border-color: #586AAA;
}
</style>