Shades of Waikawa Grey #586695
Tints of Waikawa Grey #586695
RGB
CMYK
RGB Variations
Color information
#586695 (or 0x586695) is known color: Waikawa Grey. HEX triplet: 58, 66 and 95. RGB value is (88,102,149). Sum of RGB (Red+Green+Blue) = 88+102+149=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #586695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586695 is #A7996A. Grayscale: #666666. Windows color (decimal): -10983787 or 9791064. OLE color: 9791064.
HSL color Cylindrical-coordinate representation of color #586695: hue angle of 226.23º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #586695 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 102 | 149 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.42 |
| HSL | 226.23º | 0.26% | 0.46% | - |
| HSV(B) | 226.23º | 0.41% | 0.58% | - |
| XYZ | 14.2 | 13.75 | 30.34 | - |
| YUV | 103.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 102 | 149 | 0.41 | 0.32 | 0 | 0.42 | 226.23 | 0.26 | 0.46 |
| Hex | 58 | 66 | 95 | 29 | 20 | 0 | 2A | E2 | 1A | 2E |
| Octal | 130 | 146 | 225 | 51 | 40 | 0 | 52 | 342 | 32 | 56 |
| Binary | 1011000 | 1100110 | 10010101 | 101001 | 100000 | 0 | 101010 | 11100010 | 11010 | 101110 |
Color Harmonies of #586695
Complementary color
Monochromatic Colors of #586695
Black with #586695
Text Example
Text Example
White with #586695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586695; }
p { color: rgb(88,102,149); }
H1.HeaderClassName
{
color: #586695;
}
.AnyTagClassName
{
color: #586695;
}
</style>
background-color css
<style>
a { background-color: #586695; }
a { background-color: rgb(88,102,149); }
div.DivClassName
{
background-color: #586695;
}
.BgClassName
{
background-color: #586695;
}
</style>
border-color css
<style>
span { border-color: #586695; }
span { border-color: rgb(88,102,149); }
td.TdClassName
{
border-color: #586695;
}
.TagClassName
{
border-color: #586695;
}
</style>