Shades of Waikawa Grey #5F7A96
Tints of Waikawa Grey #5F7A96
RGB
CMYK
RGB Variations
Color information
#5F7A96 (or 0x5F7A96) is known color: Waikawa Grey. HEX triplet: 5F, 7A and 96. RGB value is (95,122,150). Sum of RGB (Red+Green+Blue) = 95+122+150=367 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.89% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 150 - color contains mainly: blue. Hex color #5F7A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7A96 is #A08569. Grayscale: #747474. Windows color (decimal): -10519914 or 9861727. OLE color: 9861727.
HSL color Cylindrical-coordinate representation of color #5F7A96: hue angle of 210.55º 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 #5F7A96 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 122 | 150 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.41 |
| HSL | 210.55º | 0.22% | 0.48% | - |
| HSV(B) | 210.55º | 0.37% | 0.59% | - |
| XYZ | 17.18 | 18.55 | 31.53 | - |
| YUV | 117.12 | 146.55 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 122 | 150 | 0.37 | 0.19 | 0 | 0.41 | 210.55 | 0.22 | 0.48 |
| Hex | 5F | 7A | 96 | 25 | 13 | 0 | 29 | D3 | 16 | 30 |
| Octal | 137 | 172 | 226 | 45 | 23 | 0 | 51 | 323 | 26 | 60 |
| Binary | 1011111 | 1111010 | 10010110 | 100101 | 10011 | 0 | 101001 | 11010011 | 10110 | 110000 |
Color Harmonies of #5F7A96
Complementary color
Monochromatic Colors of #5F7A96
Black with #5F7A96
Text Example
Text Example
White with #5F7A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7A96; }
p { color: rgb(95,122,150); }
H1.HeaderClassName
{
color: #5F7A96;
}
.AnyTagClassName
{
color: #5F7A96;
}
</style>
background-color css
<style>
a { background-color: #5F7A96; }
a { background-color: rgb(95,122,150); }
div.DivClassName
{
background-color: #5F7A96;
}
.BgClassName
{
background-color: #5F7A96;
}
</style>
border-color css
<style>
span { border-color: #5F7A96; }
span { border-color: rgb(95,122,150); }
td.TdClassName
{
border-color: #5F7A96;
}
.TagClassName
{
border-color: #5F7A96;
}
</style>