Shades of Scorpion #64585C
Tints of Scorpion #64585C
RGB
CMYK
RGB Variations
Color information
#64585C (or 0x64585C) is known color: Scorpion. HEX triplet: 64, 58 and 5C. RGB value is (100,88,92). Sum of RGB (Red+Green+Blue) = 100+88+92=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 100 - color contains mainly: red. Hex color #64585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64585C is #9BA7A3. Grayscale: #5C5C5C. Windows color (decimal): -10200996 or 6051940. OLE color: 6051940.
HSL color Cylindrical-coordinate representation of color #64585C: hue angle of 340º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #64585C is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 88 | 92 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.61 |
| HSL | 340º | 0.06% | 0.37% | - |
| HSV(B) | 340º | 0.12% | 0.39% | - |
| XYZ | 10.68 | 10.46 | 11.58 | - |
| YUV | 92.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 92 | 0 | 0.12 | 0.08 | 0.61 | 340 | 0.06 | 0.37 |
| Hex | 64 | 58 | 5C | 0 | C | 8 | 3D | 154 | 6 | 25 |
| Octal | 144 | 130 | 134 | 0 | 14 | 10 | 75 | 524 | 6 | 45 |
| Binary | 1100100 | 1011000 | 1011100 | 0 | 1100 | 1000 | 111101 | 101010100 | 110 | 100101 |
Color Harmonies of #64585C
Complementary color
Monochromatic Colors of #64585C
Black with #64585C
Text Example
Text Example
White with #64585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64585C; }
p { color: rgb(100,88,92); }
H1.HeaderClassName
{
color: #64585C;
}
.AnyTagClassName
{
color: #64585C;
}
</style>
background-color css
<style>
a { background-color: #64585C; }
a { background-color: rgb(100,88,92); }
div.DivClassName
{
background-color: #64585C;
}
.BgClassName
{
background-color: #64585C;
}
</style>
border-color css
<style>
span { border-color: #64585C; }
span { border-color: rgb(100,88,92); }
td.TdClassName
{
border-color: #64585C;
}
.TagClassName
{
border-color: #64585C;
}
</style>