Shades of Waikawa Grey #586F99
Tints of Waikawa Grey #586F99
RGB
CMYK
RGB Variations
Color information
#586F99 (or 0x586F99) is known color: Waikawa Grey. HEX triplet: 58, 6F and 99. RGB value is (88,111,153). Sum of RGB (Red+Green+Blue) = 88+111+153=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #586F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586F99 is #A79066. Grayscale: #6C6C6C. Windows color (decimal): -10981479 or 10055512. OLE color: 10055512.
HSL color Cylindrical-coordinate representation of color #586F99: hue angle of 218.77º 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 #586F99 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 88 | 111 | 153 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.4 |
| HSL | 218.77º | 0.27% | 0.47% | - |
| HSV(B) | 218.77º | 0.42% | 0.6% | - |
| XYZ | 15.46 | 15.74 | 32.36 | - |
| YUV | 108.91 | 152.88 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 111 | 153 | 0.42 | 0.27 | 0 | 0.4 | 218.77 | 0.27 | 0.47 |
| Hex | 58 | 6F | 99 | 2A | 1B | 0 | 28 | DB | 1B | 2F |
| Octal | 130 | 157 | 231 | 52 | 33 | 0 | 50 | 333 | 33 | 57 |
| Binary | 1011000 | 1101111 | 10011001 | 101010 | 11011 | 0 | 101000 | 11011011 | 11011 | 101111 |
Color Harmonies of #586F99
Complementary color
Monochromatic Colors of #586F99
Black with #586F99
Text Example
Text Example
White with #586F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586F99; }
p { color: rgb(88,111,153); }
H1.HeaderClassName
{
color: #586F99;
}
.AnyTagClassName
{
color: #586F99;
}
</style>
background-color css
<style>
a { background-color: #586F99; }
a { background-color: rgb(88,111,153); }
div.DivClassName
{
background-color: #586F99;
}
.BgClassName
{
background-color: #586F99;
}
</style>
border-color css
<style>
span { border-color: #586F99; }
span { border-color: rgb(88,111,153); }
td.TdClassName
{
border-color: #586F99;
}
.TagClassName
{
border-color: #586F99;
}
</style>