Shades of Waikawa Grey #5F668D
Tints of Waikawa Grey #5F668D
RGB
CMYK
RGB Variations
Color information
#5F668D (or 0x5F668D) is known color: Waikawa Grey. HEX triplet: 5F, 66 and 8D. RGB value is (95,102,141). Sum of RGB (Red+Green+Blue) = 95+102+141=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F668D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F668D is #A09972. Grayscale: #686868. Windows color (decimal): -10525043 or 9266783. OLE color: 9266783.
HSL color Cylindrical-coordinate representation of color #5F668D: hue angle of 230.87º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F668D is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 102 | 141 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.45 |
| HSL | 230.87º | 0.19% | 0.46% | - |
| HSV(B) | 230.87º | 0.33% | 0.55% | - |
| XYZ | 14.28 | 13.86 | 27.12 | - |
| YUV | 104.35 | 148.68 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 102 | 141 | 0.33 | 0.28 | 0 | 0.45 | 230.87 | 0.19 | 0.46 |
| Hex | 5F | 66 | 8D | 21 | 1C | 0 | 2D | E7 | 13 | 2E |
| Octal | 137 | 146 | 215 | 41 | 34 | 0 | 55 | 347 | 23 | 56 |
| Binary | 1011111 | 1100110 | 10001101 | 100001 | 11100 | 0 | 101101 | 11100111 | 10011 | 101110 |
Color Harmonies of #5F668D
Complementary color
Monochromatic Colors of #5F668D
Black with #5F668D
Text Example
Text Example
White with #5F668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F668D; }
p { color: rgb(95,102,141); }
H1.HeaderClassName
{
color: #5F668D;
}
.AnyTagClassName
{
color: #5F668D;
}
</style>
background-color css
<style>
a { background-color: #5F668D; }
a { background-color: rgb(95,102,141); }
div.DivClassName
{
background-color: #5F668D;
}
.BgClassName
{
background-color: #5F668D;
}
</style>
border-color css
<style>
span { border-color: #5F668D; }
span { border-color: rgb(95,102,141); }
td.TdClassName
{
border-color: #5F668D;
}
.TagClassName
{
border-color: #5F668D;
}
</style>