Shades of Waikawa Grey #5F7699
Tints of Waikawa Grey #5F7699
RGB
CMYK
RGB Variations
Color information
#5F7699 (or 0x5F7699) is known color: Waikawa Grey. HEX triplet: 5F, 76 and 99. RGB value is (95,118,153). Sum of RGB (Red+Green+Blue) = 95+118+153=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F7699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7699 is #A08966. Grayscale: #727272. Windows color (decimal): -10520935 or 10057311. OLE color: 10057311.
HSL color Cylindrical-coordinate representation of color #5F7699: hue angle of 216.21º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F7699 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 95 | 118 | 153 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.4 |
| HSL | 216.21º | 0.23% | 0.49% | - |
| HSV(B) | 216.21º | 0.38% | 0.6% | - |
| XYZ | 16.95 | 17.69 | 32.66 | - |
| YUV | 115.11 | 149.38 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 118 | 153 | 0.38 | 0.23 | 0 | 0.4 | 216.21 | 0.23 | 0.49 |
| Hex | 5F | 76 | 99 | 26 | 17 | 0 | 28 | D8 | 17 | 31 |
| Octal | 137 | 166 | 231 | 46 | 27 | 0 | 50 | 330 | 27 | 61 |
| Binary | 1011111 | 1110110 | 10011001 | 100110 | 10111 | 0 | 101000 | 11011000 | 10111 | 110001 |
Color Harmonies of #5F7699
Complementary color
Monochromatic Colors of #5F7699
Black with #5F7699
Text Example
Text Example
White with #5F7699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7699; }
p { color: rgb(95,118,153); }
H1.HeaderClassName
{
color: #5F7699;
}
.AnyTagClassName
{
color: #5F7699;
}
</style>
background-color css
<style>
a { background-color: #5F7699; }
a { background-color: rgb(95,118,153); }
div.DivClassName
{
background-color: #5F7699;
}
.BgClassName
{
background-color: #5F7699;
}
</style>
border-color css
<style>
span { border-color: #5F7699; }
span { border-color: rgb(95,118,153); }
td.TdClassName
{
border-color: #5F7699;
}
.TagClassName
{
border-color: #5F7699;
}
</style>