Shades of Waikawa Grey #5F779F
Tints of Waikawa Grey #5F779F
RGB
CMYK
RGB Variations
Color information
#5F779F (or 0x5F779F) is known color: Waikawa Grey. HEX triplet: 5F, 77 and 9F. RGB value is (95,119,159). Sum of RGB (Red+Green+Blue) = 95+119+159=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F779F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F779F is #A08860. Grayscale: #747474. Windows color (decimal): -10520673 or 10450783. OLE color: 10450783.
HSL color Cylindrical-coordinate representation of color #5F779F: hue angle of 217.5º 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 #5F779F is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 119 | 159 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.38 |
| HSL | 217.5º | 0.25% | 0.5% | - |
| HSV(B) | 217.5º | 0.4% | 0.62% | - |
| XYZ | 17.57 | 18.13 | 35.37 | - |
| YUV | 116.38 | 152.05 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 119 | 159 | 0.40 | 0.25 | 0 | 0.38 | 217.5 | 0.25 | 0.5 |
| Hex | 5F | 77 | 9F | 28 | 19 | 0 | 26 | DA | 19 | 32 |
| Octal | 137 | 167 | 237 | 50 | 31 | 0 | 46 | 332 | 31 | 62 |
| Binary | 1011111 | 1110111 | 10011111 | 101000 | 11001 | 0 | 100110 | 11011010 | 11001 | 110010 |
Color Harmonies of #5F779F
Complementary color
Monochromatic Colors of #5F779F
Black with #5F779F
Text Example
Text Example
White with #5F779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F779F; }
p { color: rgb(95,119,159); }
H1.HeaderClassName
{
color: #5F779F;
}
.AnyTagClassName
{
color: #5F779F;
}
</style>
background-color css
<style>
a { background-color: #5F779F; }
a { background-color: rgb(95,119,159); }
div.DivClassName
{
background-color: #5F779F;
}
.BgClassName
{
background-color: #5F779F;
}
</style>
border-color css
<style>
span { border-color: #5F779F; }
span { border-color: rgb(95,119,159); }
td.TdClassName
{
border-color: #5F779F;
}
.TagClassName
{
border-color: #5F779F;
}
</style>