Shades of Waikawa Grey #5F648C
Tints of Waikawa Grey #5F648C
RGB
CMYK
RGB Variations
Color information
#5F648C (or 0x5F648C) is known color: Waikawa Grey. HEX triplet: 5F, 64 and 8C. RGB value is (95,100,140). Sum of RGB (Red+Green+Blue) = 95+100+140=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: blue. Hex color #5F648C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F648C is #A09B73. Grayscale: #666666. Windows color (decimal): -10525556 or 9200735. OLE color: 9200735.
HSL color Cylindrical-coordinate representation of color #5F648C: hue angle of 233.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F648C is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 100 | 140 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.45 |
| HSL | 233.33º | 0.19% | 0.46% | - |
| HSV(B) | 233.33º | 0.32% | 0.55% | - |
| XYZ | 14.01 | 13.44 | 26.67 | - |
| YUV | 103.07 | 148.84 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 100 | 140 | 0.32 | 0.29 | 0 | 0.45 | 233.33 | 0.19 | 0.46 |
| Hex | 5F | 64 | 8C | 20 | 1D | 0 | 2D | E9 | 13 | 2E |
| Octal | 137 | 144 | 214 | 40 | 35 | 0 | 55 | 351 | 23 | 56 |
| Binary | 1011111 | 1100100 | 10001100 | 100000 | 11101 | 0 | 101101 | 11101001 | 10011 | 101110 |
Color Harmonies of #5F648C
Complementary color
Monochromatic Colors of #5F648C
Black with #5F648C
Text Example
Text Example
White with #5F648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F648C; }
p { color: rgb(95,100,140); }
H1.HeaderClassName
{
color: #5F648C;
}
.AnyTagClassName
{
color: #5F648C;
}
</style>
background-color css
<style>
a { background-color: #5F648C; }
a { background-color: rgb(95,100,140); }
div.DivClassName
{
background-color: #5F648C;
}
.BgClassName
{
background-color: #5F648C;
}
</style>
border-color css
<style>
span { border-color: #5F648C; }
span { border-color: rgb(95,100,140); }
td.TdClassName
{
border-color: #5F648C;
}
.TagClassName
{
border-color: #5F648C;
}
</style>