Shades of Waikawa Grey #5C648D
Tints of Waikawa Grey #5C648D
RGB
CMYK
RGB Variations
Color information
#5C648D (or 0x5C648D) is known color: Waikawa Grey. HEX triplet: 5C, 64 and 8D. RGB value is (92,100,141). Sum of RGB (Red+Green+Blue) = 92+100+141=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C648D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C648D is #A39B72. Grayscale: #666666. Windows color (decimal): -10722163 or 9266268. OLE color: 9266268.
HSL color Cylindrical-coordinate representation of color #5C648D: hue angle of 230.2º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C648D is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 100 | 141 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.45 |
| HSL | 230.2º | 0.21% | 0.46% | - |
| HSV(B) | 230.2º | 0.35% | 0.55% | - |
| XYZ | 13.78 | 13.31 | 27.04 | - |
| YUV | 102.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 100 | 141 | 0.35 | 0.29 | 0 | 0.45 | 230.2 | 0.21 | 0.46 |
| Hex | 5C | 64 | 8D | 23 | 1D | 0 | 2D | E6 | 15 | 2E |
| Octal | 134 | 144 | 215 | 43 | 35 | 0 | 55 | 346 | 25 | 56 |
| Binary | 1011100 | 1100100 | 10001101 | 100011 | 11101 | 0 | 101101 | 11100110 | 10101 | 101110 |
Color Harmonies of #5C648D
Complementary color
Monochromatic Colors of #5C648D
Black with #5C648D
Text Example
Text Example
White with #5C648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C648D; }
p { color: rgb(92,100,141); }
H1.HeaderClassName
{
color: #5C648D;
}
.AnyTagClassName
{
color: #5C648D;
}
</style>
background-color css
<style>
a { background-color: #5C648D; }
a { background-color: rgb(92,100,141); }
div.DivClassName
{
background-color: #5C648D;
}
.BgClassName
{
background-color: #5C648D;
}
</style>
border-color css
<style>
span { border-color: #5C648D; }
span { border-color: rgb(92,100,141); }
td.TdClassName
{
border-color: #5C648D;
}
.TagClassName
{
border-color: #5C648D;
}
</style>