Shades of Waikawa Grey #5F648D
Tints of Waikawa Grey #5F648D
RGB
CMYK
RGB Variations
Color information
#5F648D (or 0x5F648D) is known color: Waikawa Grey. HEX triplet: 5F, 64 and 8D. RGB value is (95,100,141). Sum of RGB (Red+Green+Blue) = 95+100+141=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F648D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F648D is #A09B72. Grayscale: #676767. Windows color (decimal): -10525555 or 9266271. OLE color: 9266271.
HSL color Cylindrical-coordinate representation of color #5F648D: hue angle of 233.48º 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 #5F648D is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 100 | 141 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.45 |
| HSL | 233.48º | 0.19% | 0.46% | - |
| HSV(B) | 233.48º | 0.33% | 0.55% | - |
| XYZ | 14.08 | 13.47 | 27.06 | - |
| YUV | 103.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 100 | 141 | 0.33 | 0.29 | 0 | 0.45 | 233.48 | 0.19 | 0.46 |
| Hex | 5F | 64 | 8D | 21 | 1D | 0 | 2D | E9 | 13 | 2E |
| Octal | 137 | 144 | 215 | 41 | 35 | 0 | 55 | 351 | 23 | 56 |
| Binary | 1011111 | 1100100 | 10001101 | 100001 | 11101 | 0 | 101101 | 11101001 | 10011 | 101110 |
Color Harmonies of #5F648D
Complementary color
Monochromatic Colors of #5F648D
Black with #5F648D
Text Example
Text Example
White with #5F648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F648D; }
p { color: rgb(95,100,141); }
H1.HeaderClassName
{
color: #5F648D;
}
.AnyTagClassName
{
color: #5F648D;
}
</style>
background-color css
<style>
a { background-color: #5F648D; }
a { background-color: rgb(95,100,141); }
div.DivClassName
{
background-color: #5F648D;
}
.BgClassName
{
background-color: #5F648D;
}
</style>
border-color css
<style>
span { border-color: #5F648D; }
span { border-color: rgb(95,100,141); }
td.TdClassName
{
border-color: #5F648D;
}
.TagClassName
{
border-color: #5F648D;
}
</style>