Shades of Waikawa Grey #586C91
Tints of Waikawa Grey #586C91
RGB
CMYK
RGB Variations
Color information
#586C91 (or 0x586C91) is known color: Waikawa Grey. HEX triplet: 58, 6C and 91. RGB value is (88,108,145). Sum of RGB (Red+Green+Blue) = 88+108+145=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #586C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586C91 is #A7936E. Grayscale: #6A6A6A. Windows color (decimal): -10982255 or 9530456. OLE color: 9530456.
HSL color Cylindrical-coordinate representation of color #586C91: hue angle of 218.95º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #586C91 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 108 | 145 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.43 |
| HSL | 218.95º | 0.24% | 0.46% | - |
| HSV(B) | 218.95º | 0.39% | 0.57% | - |
| XYZ | 14.5 | 14.84 | 28.89 | - |
| YUV | 106.24 | 149.87 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 108 | 145 | 0.39 | 0.26 | 0 | 0.43 | 218.95 | 0.24 | 0.46 |
| Hex | 58 | 6C | 91 | 27 | 1A | 0 | 2B | DB | 18 | 2E |
| Octal | 130 | 154 | 221 | 47 | 32 | 0 | 53 | 333 | 30 | 56 |
| Binary | 1011000 | 1101100 | 10010001 | 100111 | 11010 | 0 | 101011 | 11011011 | 11000 | 101110 |
Color Harmonies of #586C91
Complementary color
Monochromatic Colors of #586C91
Black with #586C91
Text Example
Text Example
White with #586C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586C91; }
p { color: rgb(88,108,145); }
H1.HeaderClassName
{
color: #586C91;
}
.AnyTagClassName
{
color: #586C91;
}
</style>
background-color css
<style>
a { background-color: #586C91; }
a { background-color: rgb(88,108,145); }
div.DivClassName
{
background-color: #586C91;
}
.BgClassName
{
background-color: #586C91;
}
</style>
border-color css
<style>
span { border-color: #586C91; }
span { border-color: rgb(88,108,145); }
td.TdClassName
{
border-color: #586C91;
}
.TagClassName
{
border-color: #586C91;
}
</style>