Shades of Waikawa Grey #586386
Tints of Waikawa Grey #586386
RGB
CMYK
RGB Variations
Color information
#586386 (or 0x586386) is known color: Waikawa Grey. HEX triplet: 58, 63 and 86. RGB value is (88,99,134). Sum of RGB (Red+Green+Blue) = 88+99+134=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 134 - color contains mainly: blue. Hex color #586386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586386 is #A79C79. Grayscale: #636363. Windows color (decimal): -10984570 or 8807256. OLE color: 8807256.
HSL color Cylindrical-coordinate representation of color #586386: hue angle of 225.65º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #586386 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 99 | 134 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.47 |
| HSL | 225.65º | 0.21% | 0.44% | - |
| HSV(B) | 225.65º | 0.34% | 0.53% | - |
| XYZ | 12.79 | 12.72 | 24.34 | - |
| YUV | 99.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 99 | 134 | 0.34 | 0.26 | 0 | 0.47 | 225.65 | 0.21 | 0.44 |
| Hex | 58 | 63 | 86 | 22 | 1A | 0 | 2F | E2 | 15 | 2C |
| Octal | 130 | 143 | 206 | 42 | 32 | 0 | 57 | 342 | 25 | 54 |
| Binary | 1011000 | 1100011 | 10000110 | 100010 | 11010 | 0 | 101111 | 11100010 | 10101 | 101100 |
Color Harmonies of #586386
Complementary color
Monochromatic Colors of #586386
Black with #586386
Text Example
Text Example
White with #586386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586386; }
p { color: rgb(88,99,134); }
H1.HeaderClassName
{
color: #586386;
}
.AnyTagClassName
{
color: #586386;
}
</style>
background-color css
<style>
a { background-color: #586386; }
a { background-color: rgb(88,99,134); }
div.DivClassName
{
background-color: #586386;
}
.BgClassName
{
background-color: #586386;
}
</style>
border-color css
<style>
span { border-color: #586386; }
span { border-color: rgb(88,99,134); }
td.TdClassName
{
border-color: #586386;
}
.TagClassName
{
border-color: #586386;
}
</style>