Shades of Scorpion #65585C
Tints of Scorpion #65585C
RGB
CMYK
RGB Variations
Color information
#65585C (or 0x65585C) is known color: Scorpion. HEX triplet: 65, 58 and 5C. RGB value is (101,88,92). Sum of RGB (Red+Green+Blue) = 101+88+92=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 101 - color contains mainly: red. Hex color #65585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65585C is #9AA7A3. Grayscale: #5C5C5C. Windows color (decimal): -10135460 or 6051941. OLE color: 6051941.
HSL color Cylindrical-coordinate representation of color #65585C: hue angle of 341.54º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #65585C is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 88 | 92 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.60 |
| HSL | 341.54º | 0.07% | 0.37% | - |
| HSV(B) | 341.54º | 0.13% | 0.4% | - |
| XYZ | 10.79 | 10.52 | 11.59 | - |
| YUV | 92.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 92 | 0 | 0.13 | 0.09 | 0.60 | 341.54 | 0.07 | 0.37 |
| Hex | 65 | 58 | 5C | 0 | D | 9 | 3C | 156 | 7 | 25 |
| Octal | 145 | 130 | 134 | 0 | 15 | 11 | 74 | 526 | 7 | 45 |
| Binary | 1100101 | 1011000 | 1011100 | 0 | 1101 | 1001 | 111100 | 101010110 | 111 | 100101 |
Color Harmonies of #65585C
Complementary color
Monochromatic Colors of #65585C
Black with #65585C
Text Example
Text Example
White with #65585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65585C; }
p { color: rgb(101,88,92); }
H1.HeaderClassName
{
color: #65585C;
}
.AnyTagClassName
{
color: #65585C;
}
</style>
background-color css
<style>
a { background-color: #65585C; }
a { background-color: rgb(101,88,92); }
div.DivClassName
{
background-color: #65585C;
}
.BgClassName
{
background-color: #65585C;
}
</style>
border-color css
<style>
span { border-color: #65585C; }
span { border-color: rgb(101,88,92); }
td.TdClassName
{
border-color: #65585C;
}
.TagClassName
{
border-color: #65585C;
}
</style>