Shades of Scampi #65589C
Tints of Scampi #65589C
RGB
CMYK
RGB Variations
Color information
#65589C (or 0x65589C) is known color: Scampi. HEX triplet: 65, 58 and 9C. RGB value is (101,88,156). Sum of RGB (Red+Green+Blue) = 101+88+156=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #65589C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65589C is #9AA763. Grayscale: #636363. Windows color (decimal): -10135396 or 10246245. OLE color: 10246245.
HSL color Cylindrical-coordinate representation of color #65589C: hue angle of 251.47º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65589C is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 88 | 156 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.39 |
| HSL | 251.47º | 0.28% | 0.48% | - |
| HSV(B) | 251.47º | 0.44% | 0.61% | - |
| XYZ | 14.86 | 12.15 | 33.01 | - |
| YUV | 99.64 | 159.81 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 156 | 0.35 | 0.44 | 0 | 0.39 | 251.47 | 0.28 | 0.48 |
| Hex | 65 | 58 | 9C | 23 | 2C | 0 | 27 | FB | 1C | 30 |
| Octal | 145 | 130 | 234 | 43 | 54 | 0 | 47 | 373 | 34 | 60 |
| Binary | 1100101 | 1011000 | 10011100 | 100011 | 101100 | 0 | 100111 | 11111011 | 11100 | 110000 |
Color Harmonies of #65589C
Complementary color
Monochromatic Colors of #65589C
Black with #65589C
Text Example
Text Example
White with #65589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65589C; }
p { color: rgb(101,88,156); }
H1.HeaderClassName
{
color: #65589C;
}
.AnyTagClassName
{
color: #65589C;
}
</style>
background-color css
<style>
a { background-color: #65589C; }
a { background-color: rgb(101,88,156); }
div.DivClassName
{
background-color: #65589C;
}
.BgClassName
{
background-color: #65589C;
}
</style>
border-color css
<style>
span { border-color: #65589C; }
span { border-color: rgb(101,88,156); }
td.TdClassName
{
border-color: #65589C;
}
.TagClassName
{
border-color: #65589C;
}
</style>