Shades of Scampi #65559C
Tints of Scampi #65559C
RGB
CMYK
RGB Variations
Color information
#65559C (or 0x65559C) is known color: Scampi. HEX triplet: 65, 55 and 9C. RGB value is (101,85,156). Sum of RGB (Red+Green+Blue) = 101+85+156=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #65559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65559C is #9AAA63. Grayscale: #616161. Windows color (decimal): -10136164 or 10245477. OLE color: 10245477.
HSL color Cylindrical-coordinate representation of color #65559C: hue angle of 253.52º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65559C is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 85 | 156 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.39 |
| HSL | 253.52º | 0.29% | 0.47% | - |
| HSV(B) | 253.52º | 0.46% | 0.61% | - |
| XYZ | 14.62 | 11.66 | 32.93 | - |
| YUV | 97.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 156 | 0.35 | 0.46 | 0 | 0.39 | 253.52 | 0.29 | 0.47 |
| Hex | 65 | 55 | 9C | 23 | 2E | 0 | 27 | FE | 1D | 2F |
| Octal | 145 | 125 | 234 | 43 | 56 | 0 | 47 | 376 | 35 | 57 |
| Binary | 1100101 | 1010101 | 10011100 | 100011 | 101110 | 0 | 100111 | 11111110 | 11101 | 101111 |
Color Harmonies of #65559C
Complementary color
Monochromatic Colors of #65559C
Black with #65559C
Text Example
Text Example
White with #65559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65559C; }
p { color: rgb(101,85,156); }
H1.HeaderClassName
{
color: #65559C;
}
.AnyTagClassName
{
color: #65559C;
}
</style>
background-color css
<style>
a { background-color: #65559C; }
a { background-color: rgb(101,85,156); }
div.DivClassName
{
background-color: #65559C;
}
.BgClassName
{
background-color: #65559C;
}
</style>
border-color css
<style>
span { border-color: #65559C; }
span { border-color: rgb(101,85,156); }
td.TdClassName
{
border-color: #65559C;
}
.TagClassName
{
border-color: #65559C;
}
</style>