Shades of Waikawa Grey #5F6884
Tints of Waikawa Grey #5F6884
RGB
CMYK
RGB Variations
Color information
#5F6884 (or 0x5F6884) is known color: Waikawa Grey. HEX triplet: 5F, 68 and 84. RGB value is (95,104,132). Sum of RGB (Red+Green+Blue) = 95+104+132=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 132 - color contains mainly: blue. Hex color #5F6884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6884 is #A0977B. Grayscale: #686868. Windows color (decimal): -10524540 or 8677471. OLE color: 8677471.
HSL color Cylindrical-coordinate representation of color #5F6884: hue angle of 225.41º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5F6884 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 104 | 132 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.48 |
| HSL | 225.41º | 0.16% | 0.45% | - |
| HSV(B) | 225.41º | 0.28% | 0.52% | - |
| XYZ | 13.83 | 14 | 23.8 | - |
| YUV | 104.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 104 | 132 | 0.28 | 0.21 | 0 | 0.48 | 225.41 | 0.16 | 0.45 |
| Hex | 5F | 68 | 84 | 1C | 15 | 0 | 30 | E1 | 10 | 2D |
| Octal | 137 | 150 | 204 | 34 | 25 | 0 | 60 | 341 | 20 | 55 |
| Binary | 1011111 | 1101000 | 10000100 | 11100 | 10101 | 0 | 110000 | 11100001 | 10000 | 101101 |
Color Harmonies of #5F6884
Complementary color
Monochromatic Colors of #5F6884
Black with #5F6884
Text Example
Text Example
White with #5F6884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6884; }
p { color: rgb(95,104,132); }
H1.HeaderClassName
{
color: #5F6884;
}
.AnyTagClassName
{
color: #5F6884;
}
</style>
background-color css
<style>
a { background-color: #5F6884; }
a { background-color: rgb(95,104,132); }
div.DivClassName
{
background-color: #5F6884;
}
.BgClassName
{
background-color: #5F6884;
}
</style>
border-color css
<style>
span { border-color: #5F6884; }
span { border-color: rgb(95,104,132); }
td.TdClassName
{
border-color: #5F6884;
}
.TagClassName
{
border-color: #5F6884;
}
</style>