Shades of Waikawa Grey #5F7096
Tints of Waikawa Grey #5F7096
RGB
CMYK
RGB Variations
Color information
#5F7096 (or 0x5F7096) is known color: Waikawa Grey. HEX triplet: 5F, 70 and 96. RGB value is (95,112,150). Sum of RGB (Red+Green+Blue) = 95+112+150=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 150 - color contains mainly: blue. Hex color #5F7096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7096 is #A08F69. Grayscale: #6F6F6F. Windows color (decimal): -10522474 or 9859167. OLE color: 9859167.
HSL color Cylindrical-coordinate representation of color #5F7096: hue angle of 221.45º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F7096 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 112 | 150 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.41 |
| HSL | 221.45º | 0.22% | 0.48% | - |
| HSV(B) | 221.45º | 0.37% | 0.59% | - |
| XYZ | 16.02 | 16.22 | 31.14 | - |
| YUV | 111.25 | 149.87 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 112 | 150 | 0.37 | 0.25 | 0 | 0.41 | 221.45 | 0.22 | 0.48 |
| Hex | 5F | 70 | 96 | 25 | 19 | 0 | 29 | DD | 16 | 30 |
| Octal | 137 | 160 | 226 | 45 | 31 | 0 | 51 | 335 | 26 | 60 |
| Binary | 1011111 | 1110000 | 10010110 | 100101 | 11001 | 0 | 101001 | 11011101 | 10110 | 110000 |
Color Harmonies of #5F7096
Complementary color
Monochromatic Colors of #5F7096
Black with #5F7096
Text Example
Text Example
White with #5F7096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7096; }
p { color: rgb(95,112,150); }
H1.HeaderClassName
{
color: #5F7096;
}
.AnyTagClassName
{
color: #5F7096;
}
</style>
background-color css
<style>
a { background-color: #5F7096; }
a { background-color: rgb(95,112,150); }
div.DivClassName
{
background-color: #5F7096;
}
.BgClassName
{
background-color: #5F7096;
}
</style>
border-color css
<style>
span { border-color: #5F7096; }
span { border-color: rgb(95,112,150); }
td.TdClassName
{
border-color: #5F7096;
}
.TagClassName
{
border-color: #5F7096;
}
</style>