Shades of Waikawa Grey #58648F
Tints of Waikawa Grey #58648F
RGB
CMYK
RGB Variations
Color information
#58648F (or 0x58648F) is known color: Waikawa Grey. HEX triplet: 58, 64 and 8F. RGB value is (88,100,143). Sum of RGB (Red+Green+Blue) = 88+100+143=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 143 - color contains mainly: blue. Hex color #58648F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58648F is #A79B70. Grayscale: #656565. Windows color (decimal): -10984305 or 9397336. OLE color: 9397336.
HSL color Cylindrical-coordinate representation of color #58648F: hue angle of 226.91º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58648F is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 100 | 143 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.44 |
| HSL | 226.91º | 0.24% | 0.45% | - |
| HSV(B) | 226.91º | 0.38% | 0.56% | - |
| XYZ | 13.54 | 13.17 | 27.82 | - |
| YUV | 101.31 | 151.52 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 100 | 143 | 0.38 | 0.30 | 0 | 0.44 | 226.91 | 0.24 | 0.45 |
| Hex | 58 | 64 | 8F | 26 | 1E | 0 | 2C | E3 | 18 | 2D |
| Octal | 130 | 144 | 217 | 46 | 36 | 0 | 54 | 343 | 30 | 55 |
| Binary | 1011000 | 1100100 | 10001111 | 100110 | 11110 | 0 | 101100 | 11100011 | 11000 | 101101 |
Color Harmonies of #58648F
Complementary color
Monochromatic Colors of #58648F
Black with #58648F
Text Example
Text Example
White with #58648F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58648F; }
p { color: rgb(88,100,143); }
H1.HeaderClassName
{
color: #58648F;
}
.AnyTagClassName
{
color: #58648F;
}
</style>
background-color css
<style>
a { background-color: #58648F; }
a { background-color: rgb(88,100,143); }
div.DivClassName
{
background-color: #58648F;
}
.BgClassName
{
background-color: #58648F;
}
</style>
border-color css
<style>
span { border-color: #58648F; }
span { border-color: rgb(88,100,143); }
td.TdClassName
{
border-color: #58648F;
}
.TagClassName
{
border-color: #58648F;
}
</style>