Shades of Waikawa Grey #5F7B9E
Tints of Waikawa Grey #5F7B9E
RGB
CMYK
RGB Variations
Color information
#5F7B9E (or 0x5F7B9E) is known color: Waikawa Grey. HEX triplet: 5F, 7B and 9E. RGB value is (95,123,158). Sum of RGB (Red+Green+Blue) = 95+123+158=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F7B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7B9E is #A08461. Grayscale: #767676. Windows color (decimal): -10519650 or 10386271. OLE color: 10386271.
HSL color Cylindrical-coordinate representation of color #5F7B9E: hue angle of 213.33º 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 #5F7B9E is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 123 | 158 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.38 |
| HSL | 213.33º | 0.25% | 0.5% | - |
| HSV(B) | 213.33º | 0.4% | 0.62% | - |
| XYZ | 17.97 | 19.07 | 35.08 | - |
| YUV | 118.62 | 150.22 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 123 | 158 | 0.40 | 0.22 | 0 | 0.38 | 213.33 | 0.25 | 0.5 |
| Hex | 5F | 7B | 9E | 28 | 16 | 0 | 26 | D5 | 19 | 32 |
| Octal | 137 | 173 | 236 | 50 | 26 | 0 | 46 | 325 | 31 | 62 |
| Binary | 1011111 | 1111011 | 10011110 | 101000 | 10110 | 0 | 100110 | 11010101 | 11001 | 110010 |
Color Harmonies of #5F7B9E
Complementary color
Monochromatic Colors of #5F7B9E
Black with #5F7B9E
Text Example
Text Example
White with #5F7B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7B9E; }
p { color: rgb(95,123,158); }
H1.HeaderClassName
{
color: #5F7B9E;
}
.AnyTagClassName
{
color: #5F7B9E;
}
</style>
background-color css
<style>
a { background-color: #5F7B9E; }
a { background-color: rgb(95,123,158); }
div.DivClassName
{
background-color: #5F7B9E;
}
.BgClassName
{
background-color: #5F7B9E;
}
</style>
border-color css
<style>
span { border-color: #5F7B9E; }
span { border-color: rgb(95,123,158); }
td.TdClassName
{
border-color: #5F7B9E;
}
.TagClassName
{
border-color: #5F7B9E;
}
</style>