Shades of Waikawa Grey #5F6891
Tints of Waikawa Grey #5F6891
RGB
CMYK
RGB Variations
Color information
#5F6891 (or 0x5F6891) is known color: Waikawa Grey. HEX triplet: 5F, 68 and 91. RGB value is (95,104,145). Sum of RGB (Red+Green+Blue) = 95+104+145=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 145 - color contains mainly: blue. Hex color #5F6891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6891 is #A0976E. Grayscale: #696969. Windows color (decimal): -10524527 or 9529439. OLE color: 9529439.
HSL color Cylindrical-coordinate representation of color #5F6891: hue angle of 229.2º 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 #5F6891 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 104 | 145 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.43 |
| HSL | 229.2º | 0.21% | 0.47% | - |
| HSV(B) | 229.2º | 0.34% | 0.57% | - |
| XYZ | 14.78 | 14.38 | 28.78 | - |
| YUV | 105.98 | 150.02 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 104 | 145 | 0.34 | 0.28 | 0 | 0.43 | 229.2 | 0.21 | 0.47 |
| Hex | 5F | 68 | 91 | 22 | 1C | 0 | 2B | E5 | 15 | 2F |
| Octal | 137 | 150 | 221 | 42 | 34 | 0 | 53 | 345 | 25 | 57 |
| Binary | 1011111 | 1101000 | 10010001 | 100010 | 11100 | 0 | 101011 | 11100101 | 10101 | 101111 |
Color Harmonies of #5F6891
Complementary color
Monochromatic Colors of #5F6891
Black with #5F6891
Text Example
Text Example
White with #5F6891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6891; }
p { color: rgb(95,104,145); }
H1.HeaderClassName
{
color: #5F6891;
}
.AnyTagClassName
{
color: #5F6891;
}
</style>
background-color css
<style>
a { background-color: #5F6891; }
a { background-color: rgb(95,104,145); }
div.DivClassName
{
background-color: #5F6891;
}
.BgClassName
{
background-color: #5F6891;
}
</style>
border-color css
<style>
span { border-color: #5F6891; }
span { border-color: rgb(95,104,145); }
td.TdClassName
{
border-color: #5F6891;
}
.TagClassName
{
border-color: #5F6891;
}
</style>