Shades of Rolling Stone #65827E
Tints of Rolling Stone #65827E
RGB
CMYK
RGB Variations
Color information
#65827E (or 0x65827E) is known color: Rolling Stone. HEX triplet: 65, 82 and 7E. RGB value is (101,130,126). Sum of RGB (Red+Green+Blue) = 101+130+126=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 130 - color contains mainly: green. Hex color #65827E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65827E is #9A7D81. Grayscale: #787878. Windows color (decimal): -10124674 or 8290917. OLE color: 8290917.
HSL color Cylindrical-coordinate representation of color #65827E: hue angle of 171.72º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #65827E is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 130 | 126 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.49 |
| HSL | 171.72º | 0.13% | 0.45% | - |
| HSV(B) | 171.72º | 0.22% | 0.51% | - |
| XYZ | 17.12 | 20.24 | 22.74 | - |
| YUV | 120.87 | 130.89 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 130 | 126 | 0.22 | 0 | 0.03 | 0.49 | 171.72 | 0.13 | 0.45 |
| Hex | 65 | 82 | 7E | 16 | 0 | 3 | 31 | AC | D | 2D |
| Octal | 145 | 202 | 176 | 26 | 0 | 3 | 61 | 254 | 15 | 55 |
| Binary | 1100101 | 10000010 | 1111110 | 10110 | 0 | 11 | 110001 | 10101100 | 1101 | 101101 |
Color Harmonies of #65827E
Complementary color
Monochromatic Colors of #65827E
Black with #65827E
Text Example
Text Example
White with #65827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65827E; }
p { color: rgb(101,130,126); }
H1.HeaderClassName
{
color: #65827E;
}
.AnyTagClassName
{
color: #65827E;
}
</style>
background-color css
<style>
a { background-color: #65827E; }
a { background-color: rgb(101,130,126); }
div.DivClassName
{
background-color: #65827E;
}
.BgClassName
{
background-color: #65827E;
}
</style>
border-color css
<style>
span { border-color: #65827E; }
span { border-color: rgb(101,130,126); }
td.TdClassName
{
border-color: #65827E;
}
.TagClassName
{
border-color: #65827E;
}
</style>