Shades of Waikawa Grey #5F6991
Tints of Waikawa Grey #5F6991
RGB
CMYK
RGB Variations
Color information
#5F6991 (or 0x5F6991) is known color: Waikawa Grey. HEX triplet: 5F, 69 and 91. RGB value is (95,105,145). Sum of RGB (Red+Green+Blue) = 95+105+145=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #5F6991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6991 is #A0966E. Grayscale: #6A6A6A. Windows color (decimal): -10524271 or 9529695. OLE color: 9529695.
HSL color Cylindrical-coordinate representation of color #5F6991: hue angle of 228º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F6991 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 105 | 145 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.43 |
| HSL | 228º | 0.21% | 0.47% | - |
| HSV(B) | 228º | 0.34% | 0.57% | - |
| XYZ | 14.88 | 14.58 | 28.82 | - |
| YUV | 106.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 105 | 145 | 0.34 | 0.28 | 0 | 0.43 | 228 | 0.21 | 0.47 |
| Hex | 5F | 69 | 91 | 22 | 1C | 0 | 2B | E4 | 15 | 2F |
| Octal | 137 | 151 | 221 | 42 | 34 | 0 | 53 | 344 | 25 | 57 |
| Binary | 1011111 | 1101001 | 10010001 | 100010 | 11100 | 0 | 101011 | 11100100 | 10101 | 101111 |
Color Harmonies of #5F6991
Complementary color
Monochromatic Colors of #5F6991
Black with #5F6991
Text Example
Text Example
White with #5F6991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6991; }
p { color: rgb(95,105,145); }
H1.HeaderClassName
{
color: #5F6991;
}
.AnyTagClassName
{
color: #5F6991;
}
</style>
background-color css
<style>
a { background-color: #5F6991; }
a { background-color: rgb(95,105,145); }
div.DivClassName
{
background-color: #5F6991;
}
.BgClassName
{
background-color: #5F6991;
}
</style>
border-color css
<style>
span { border-color: #5F6991; }
span { border-color: rgb(95,105,145); }
td.TdClassName
{
border-color: #5F6991;
}
.TagClassName
{
border-color: #5F6991;
}
</style>