Shades of Scorpion #655A5D
Tints of Scorpion #655A5D
RGB
CMYK
RGB Variations
Color information
#655A5D (or 0x655A5D) is known color: Scorpion. HEX triplet: 65, 5A and 5D. RGB value is (101,90,93). Sum of RGB (Red+Green+Blue) = 101+90+93=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 101 - color contains mainly: red. Hex color #655A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A5D is #9AA5A2. Grayscale: #5D5D5D. Windows color (decimal): -10134947 or 6117989. OLE color: 6117989.
HSL color Cylindrical-coordinate representation of color #655A5D: hue angle of 343.64º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #655A5D is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 93 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.60 |
| HSL | 343.64º | 0.06% | 0.37% | - |
| HSV(B) | 343.64º | 0.11% | 0.4% | - |
| XYZ | 11 | 10.87 | 11.87 | - |
| YUV | 93.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 93 | 0 | 0.11 | 0.08 | 0.60 | 343.64 | 0.06 | 0.37 |
| Hex | 65 | 5A | 5D | 0 | B | 8 | 3C | 158 | 6 | 25 |
| Octal | 145 | 132 | 135 | 0 | 13 | 10 | 74 | 530 | 6 | 45 |
| Binary | 1100101 | 1011010 | 1011101 | 0 | 1011 | 1000 | 111100 | 101011000 | 110 | 100101 |
Color Harmonies of #655A5D
Complementary color
Monochromatic Colors of #655A5D
Black with #655A5D
Text Example
Text Example
White with #655A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A5D; }
p { color: rgb(101,90,93); }
H1.HeaderClassName
{
color: #655A5D;
}
.AnyTagClassName
{
color: #655A5D;
}
</style>
background-color css
<style>
a { background-color: #655A5D; }
a { background-color: rgb(101,90,93); }
div.DivClassName
{
background-color: #655A5D;
}
.BgClassName
{
background-color: #655A5D;
}
</style>
border-color css
<style>
span { border-color: #655A5D; }
span { border-color: rgb(101,90,93); }
td.TdClassName
{
border-color: #655A5D;
}
.TagClassName
{
border-color: #655A5D;
}
</style>