Shades of Waikawa Grey #586C93
Tints of Waikawa Grey #586C93
RGB
CMYK
RGB Variations
Color information
#586C93 (or 0x586C93) is known color: Waikawa Grey. HEX triplet: 58, 6C and 93. RGB value is (88,108,147). Sum of RGB (Red+Green+Blue) = 88+108+147=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #586C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586C93 is #A7936C. Grayscale: #6A6A6A. Windows color (decimal): -10982253 or 9661528. OLE color: 9661528.
HSL color Cylindrical-coordinate representation of color #586C93: hue angle of 219.66º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #586C93 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 108 | 147 | - |
| CMYK | 0.40 | 0.27 | 0 | 0.42 |
| HSL | 219.66º | 0.25% | 0.46% | - |
| HSV(B) | 219.66º | 0.4% | 0.58% | - |
| XYZ | 14.65 | 14.91 | 29.71 | - |
| YUV | 106.47 | 150.87 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 108 | 147 | 0.40 | 0.27 | 0 | 0.42 | 219.66 | 0.25 | 0.46 |
| Hex | 58 | 6C | 93 | 28 | 1B | 0 | 2A | DC | 19 | 2E |
| Octal | 130 | 154 | 223 | 50 | 33 | 0 | 52 | 334 | 31 | 56 |
| Binary | 1011000 | 1101100 | 10010011 | 101000 | 11011 | 0 | 101010 | 11011100 | 11001 | 101110 |
Color Harmonies of #586C93
Complementary color
Monochromatic Colors of #586C93
Black with #586C93
Text Example
Text Example
White with #586C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586C93; }
p { color: rgb(88,108,147); }
H1.HeaderClassName
{
color: #586C93;
}
.AnyTagClassName
{
color: #586C93;
}
</style>
background-color css
<style>
a { background-color: #586C93; }
a { background-color: rgb(88,108,147); }
div.DivClassName
{
background-color: #586C93;
}
.BgClassName
{
background-color: #586C93;
}
</style>
border-color css
<style>
span { border-color: #586C93; }
span { border-color: rgb(88,108,147); }
td.TdClassName
{
border-color: #586C93;
}
.TagClassName
{
border-color: #586C93;
}
</style>