Shades of Waikawa Grey #5F709F
Tints of Waikawa Grey #5F709F
RGB
CMYK
RGB Variations
Color information
#5F709F (or 0x5F709F) is known color: Waikawa Grey. HEX triplet: 5F, 70 and 9F. RGB value is (95,112,159). Sum of RGB (Red+Green+Blue) = 95+112+159=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F709F is #A08F60. Grayscale: #707070. Windows color (decimal): -10522465 or 10448991. OLE color: 10448991.
HSL color Cylindrical-coordinate representation of color #5F709F: hue angle of 224.06º 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 #5F709F is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 112 | 159 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.38 |
| HSL | 224.06º | 0.25% | 0.5% | - |
| HSV(B) | 224.06º | 0.4% | 0.62% | - |
| XYZ | 16.77 | 16.52 | 35.11 | - |
| YUV | 112.28 | 154.37 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 112 | 159 | 0.40 | 0.30 | 0 | 0.38 | 224.06 | 0.25 | 0.5 |
| Hex | 5F | 70 | 9F | 28 | 1E | 0 | 26 | E0 | 19 | 32 |
| Octal | 137 | 160 | 237 | 50 | 36 | 0 | 46 | 340 | 31 | 62 |
| Binary | 1011111 | 1110000 | 10011111 | 101000 | 11110 | 0 | 100110 | 11100000 | 11001 | 110010 |
Color Harmonies of #5F709F
Complementary color
Monochromatic Colors of #5F709F
Black with #5F709F
Text Example
Text Example
White with #5F709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F709F; }
p { color: rgb(95,112,159); }
H1.HeaderClassName
{
color: #5F709F;
}
.AnyTagClassName
{
color: #5F709F;
}
</style>
background-color css
<style>
a { background-color: #5F709F; }
a { background-color: rgb(95,112,159); }
div.DivClassName
{
background-color: #5F709F;
}
.BgClassName
{
background-color: #5F709F;
}
</style>
border-color css
<style>
span { border-color: #5F709F; }
span { border-color: rgb(95,112,159); }
td.TdClassName
{
border-color: #5F709F;
}
.TagClassName
{
border-color: #5F709F;
}
</style>