Shades of Waikawa Grey #5F759E
Tints of Waikawa Grey #5F759E
RGB
CMYK
RGB Variations
Color information
#5F759E (or 0x5F759E) is known color: Waikawa Grey. HEX triplet: 5F, 75 and 9E. RGB value is (95,117,158). Sum of RGB (Red+Green+Blue) = 95+117+158=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F759E is #A08A61. Grayscale: #727272. Windows color (decimal): -10521186 or 10384735. OLE color: 10384735.
HSL color Cylindrical-coordinate representation of color #5F759E: hue angle of 219.05º 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 #5F759E is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 117 | 158 | - |
| CMYK | 0.40 | 0.26 | 0 | 0.38 |
| HSL | 219.05º | 0.25% | 0.5% | - |
| HSV(B) | 219.05º | 0.4% | 0.62% | - |
| XYZ | 17.25 | 17.62 | 34.84 | - |
| YUV | 115.1 | 152.21 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 117 | 158 | 0.40 | 0.26 | 0 | 0.38 | 219.05 | 0.25 | 0.5 |
| Hex | 5F | 75 | 9E | 28 | 1A | 0 | 26 | DB | 19 | 32 |
| Octal | 137 | 165 | 236 | 50 | 32 | 0 | 46 | 333 | 31 | 62 |
| Binary | 1011111 | 1110101 | 10011110 | 101000 | 11010 | 0 | 100110 | 11011011 | 11001 | 110010 |
Color Harmonies of #5F759E
Complementary color
Monochromatic Colors of #5F759E
Black with #5F759E
Text Example
Text Example
White with #5F759E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F759E; }
p { color: rgb(95,117,158); }
H1.HeaderClassName
{
color: #5F759E;
}
.AnyTagClassName
{
color: #5F759E;
}
</style>
background-color css
<style>
a { background-color: #5F759E; }
a { background-color: rgb(95,117,158); }
div.DivClassName
{
background-color: #5F759E;
}
.BgClassName
{
background-color: #5F759E;
}
</style>
border-color css
<style>
span { border-color: #5F759E; }
span { border-color: rgb(95,117,158); }
td.TdClassName
{
border-color: #5F759E;
}
.TagClassName
{
border-color: #5F759E;
}
</style>