Shades of Waikawa Grey #58688D
Tints of Waikawa Grey #58688D
RGB
CMYK
RGB Variations
Color information
#58688D (or 0x58688D) is known color: Waikawa Grey. HEX triplet: 58, 68 and 8D. RGB value is (88,104,141). Sum of RGB (Red+Green+Blue) = 88+104+141=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #58688D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58688D is #A79772. Grayscale: #676767. Windows color (decimal): -10983283 or 9267288. OLE color: 9267288.
HSL color Cylindrical-coordinate representation of color #58688D: hue angle of 221.89º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58688D is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 104 | 141 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.45 |
| HSL | 221.89º | 0.23% | 0.45% | - |
| HSV(B) | 221.89º | 0.38% | 0.55% | - |
| XYZ | 13.78 | 13.9 | 27.16 | - |
| YUV | 103.43 | 149.2 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 104 | 141 | 0.38 | 0.26 | 0 | 0.45 | 221.89 | 0.23 | 0.45 |
| Hex | 58 | 68 | 8D | 26 | 1A | 0 | 2D | DE | 17 | 2D |
| Octal | 130 | 150 | 215 | 46 | 32 | 0 | 55 | 336 | 27 | 55 |
| Binary | 1011000 | 1101000 | 10001101 | 100110 | 11010 | 0 | 101101 | 11011110 | 10111 | 101101 |
Color Harmonies of #58688D
Complementary color
Monochromatic Colors of #58688D
Black with #58688D
Text Example
Text Example
White with #58688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58688D; }
p { color: rgb(88,104,141); }
H1.HeaderClassName
{
color: #58688D;
}
.AnyTagClassName
{
color: #58688D;
}
</style>
background-color css
<style>
a { background-color: #58688D; }
a { background-color: rgb(88,104,141); }
div.DivClassName
{
background-color: #58688D;
}
.BgClassName
{
background-color: #58688D;
}
</style>
border-color css
<style>
span { border-color: #58688D; }
span { border-color: rgb(88,104,141); }
td.TdClassName
{
border-color: #58688D;
}
.TagClassName
{
border-color: #58688D;
}
</style>