Shades of Waikawa Grey #5F779E
Tints of Waikawa Grey #5F779E
RGB
CMYK
RGB Variations
Color information
#5F779E (or 0x5F779E) is known color: Waikawa Grey. HEX triplet: 5F, 77 and 9E. RGB value is (95,119,158). Sum of RGB (Red+Green+Blue) = 95+119+158=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F779E is #A08861. Grayscale: #747474. Windows color (decimal): -10520674 or 10385247. OLE color: 10385247.
HSL color Cylindrical-coordinate representation of color #5F779E: hue angle of 217.14º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F779E is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 119 | 158 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.38 |
| HSL | 217.14º | 0.25% | 0.5% | - |
| HSV(B) | 217.14º | 0.4% | 0.62% | - |
| XYZ | 17.49 | 18.1 | 34.92 | - |
| YUV | 116.27 | 151.55 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 119 | 158 | 0.40 | 0.25 | 0 | 0.38 | 217.14 | 0.25 | 0.5 |
| Hex | 5F | 77 | 9E | 28 | 19 | 0 | 26 | D9 | 19 | 32 |
| Octal | 137 | 167 | 236 | 50 | 31 | 0 | 46 | 331 | 31 | 62 |
| Binary | 1011111 | 1110111 | 10011110 | 101000 | 11001 | 0 | 100110 | 11011001 | 11001 | 110010 |
Color Harmonies of #5F779E
Complementary color
Monochromatic Colors of #5F779E
Black with #5F779E
Text Example
Text Example
White with #5F779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F779E; }
p { color: rgb(95,119,158); }
H1.HeaderClassName
{
color: #5F779E;
}
.AnyTagClassName
{
color: #5F779E;
}
</style>
background-color css
<style>
a { background-color: #5F779E; }
a { background-color: rgb(95,119,158); }
div.DivClassName
{
background-color: #5F779E;
}
.BgClassName
{
background-color: #5F779E;
}
</style>
border-color css
<style>
span { border-color: #5F779E; }
span { border-color: rgb(95,119,158); }
td.TdClassName
{
border-color: #5F779E;
}
.TagClassName
{
border-color: #5F779E;
}
</style>