Shades of Waikawa Grey #58669C
Tints of Waikawa Grey #58669C
RGB
CMYK
RGB Variations
Color information
#58669C (or 0x58669C) is known color: Waikawa Grey. HEX triplet: 58, 66 and 9C. RGB value is (88,102,156). Sum of RGB (Red+Green+Blue) = 88+102+156=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #58669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58669C is #A79963. Grayscale: #676767. Windows color (decimal): -10983780 or 10249816. OLE color: 10249816.
HSL color Cylindrical-coordinate representation of color #58669C: hue angle of 227.65º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58669C is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 102 | 156 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.39 |
| HSL | 227.65º | 0.28% | 0.48% | - |
| HSV(B) | 227.65º | 0.44% | 0.61% | - |
| XYZ | 14.78 | 13.98 | 33.37 | - |
| YUV | 103.97 | 157.36 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 102 | 156 | 0.44 | 0.35 | 0 | 0.39 | 227.65 | 0.28 | 0.48 |
| Hex | 58 | 66 | 9C | 2C | 23 | 0 | 27 | E4 | 1C | 30 |
| Octal | 130 | 146 | 234 | 54 | 43 | 0 | 47 | 344 | 34 | 60 |
| Binary | 1011000 | 1100110 | 10011100 | 101100 | 100011 | 0 | 100111 | 11100100 | 11100 | 110000 |
Color Harmonies of #58669C
Complementary color
Monochromatic Colors of #58669C
Black with #58669C
Text Example
Text Example
White with #58669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58669C; }
p { color: rgb(88,102,156); }
H1.HeaderClassName
{
color: #58669C;
}
.AnyTagClassName
{
color: #58669C;
}
</style>
background-color css
<style>
a { background-color: #58669C; }
a { background-color: rgb(88,102,156); }
div.DivClassName
{
background-color: #58669C;
}
.BgClassName
{
background-color: #58669C;
}
</style>
border-color css
<style>
span { border-color: #58669C; }
span { border-color: rgb(88,102,156); }
td.TdClassName
{
border-color: #58669C;
}
.TagClassName
{
border-color: #58669C;
}
</style>