Shades of Waikawa Grey #5F699F
Tints of Waikawa Grey #5F699F
RGB
CMYK
RGB Variations
Color information
#5F699F (or 0x5F699F) is known color: Waikawa Grey. HEX triplet: 5F, 69 and 9F. RGB value is (95,105,159). Sum of RGB (Red+Green+Blue) = 95+105+159=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F699F is #A09660. Grayscale: #6B6B6B. Windows color (decimal): -10524257 or 10447199. OLE color: 10447199.
HSL color Cylindrical-coordinate representation of color #5F699F: hue angle of 230.62º 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 #5F699F is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 105 | 159 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.38 |
| HSL | 230.63º | 0.25% | 0.5% | - |
| HSV(B) | 230.63º | 0.4% | 0.62% | - |
| XYZ | 16.03 | 15.04 | 34.86 | - |
| YUV | 108.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 105 | 159 | 0.40 | 0.34 | 0 | 0.38 | 230.63 | 0.25 | 0.5 |
| Hex | 5F | 69 | 9F | 28 | 22 | 0 | 26 | E7 | 19 | 32 |
| Octal | 137 | 151 | 237 | 50 | 42 | 0 | 46 | 347 | 31 | 62 |
| Binary | 1011111 | 1101001 | 10011111 | 101000 | 100010 | 0 | 100110 | 11100111 | 11001 | 110010 |
Color Harmonies of #5F699F
Complementary color
Monochromatic Colors of #5F699F
Black with #5F699F
Text Example
Text Example
White with #5F699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F699F; }
p { color: rgb(95,105,159); }
H1.HeaderClassName
{
color: #5F699F;
}
.AnyTagClassName
{
color: #5F699F;
}
</style>
background-color css
<style>
a { background-color: #5F699F; }
a { background-color: rgb(95,105,159); }
div.DivClassName
{
background-color: #5F699F;
}
.BgClassName
{
background-color: #5F699F;
}
</style>
border-color css
<style>
span { border-color: #5F699F; }
span { border-color: rgb(95,105,159); }
td.TdClassName
{
border-color: #5F699F;
}
.TagClassName
{
border-color: #5F699F;
}
</style>