Shades of Waikawa Grey #586E99
Tints of Waikawa Grey #586E99
RGB
CMYK
RGB Variations
Color information
#586E99 (or 0x586E99) is known color: Waikawa Grey. HEX triplet: 58, 6E and 99. RGB value is (88,110,153). Sum of RGB (Red+Green+Blue) = 88+110+153=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #586E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586E99 is #A79166. Grayscale: #6C6C6C. Windows color (decimal): -10981735 or 10055256. OLE color: 10055256.
HSL color Cylindrical-coordinate representation of color #586E99: hue angle of 219.69º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #586E99 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 88 | 110 | 153 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.4 |
| HSL | 219.69º | 0.27% | 0.47% | - |
| HSV(B) | 219.69º | 0.42% | 0.6% | - |
| XYZ | 15.35 | 15.53 | 32.32 | - |
| YUV | 108.32 | 153.21 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 110 | 153 | 0.42 | 0.28 | 0 | 0.4 | 219.69 | 0.27 | 0.47 |
| Hex | 58 | 6E | 99 | 2A | 1C | 0 | 28 | DC | 1B | 2F |
| Octal | 130 | 156 | 231 | 52 | 34 | 0 | 50 | 334 | 33 | 57 |
| Binary | 1011000 | 1101110 | 10011001 | 101010 | 11100 | 0 | 101000 | 11011100 | 11011 | 101111 |
Color Harmonies of #586E99
Complementary color
Monochromatic Colors of #586E99
Black with #586E99
Text Example
Text Example
White with #586E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586E99; }
p { color: rgb(88,110,153); }
H1.HeaderClassName
{
color: #586E99;
}
.AnyTagClassName
{
color: #586E99;
}
</style>
background-color css
<style>
a { background-color: #586E99; }
a { background-color: rgb(88,110,153); }
div.DivClassName
{
background-color: #586E99;
}
.BgClassName
{
background-color: #586E99;
}
</style>
border-color css
<style>
span { border-color: #586E99; }
span { border-color: rgb(88,110,153); }
td.TdClassName
{
border-color: #586E99;
}
.TagClassName
{
border-color: #586E99;
}
</style>