Shades of Scampi #65589F
Tints of Scampi #65589F
RGB
CMYK
RGB Variations
Color information
#65589F (or 0x65589F) is known color: Scampi. HEX triplet: 65, 58 and 9F. RGB value is (101,88,159). Sum of RGB (Red+Green+Blue) = 101+88+159=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 159 - color contains mainly: blue. Hex color #65589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65589F is #9AA760. Grayscale: #636363. Windows color (decimal): -10135393 or 10442853. OLE color: 10442853.
HSL color Cylindrical-coordinate representation of color #65589F: hue angle of 250.99º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65589F is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 88 | 159 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.38 |
| HSL | 250.99º | 0.29% | 0.48% | - |
| HSV(B) | 250.99º | 0.45% | 0.62% | - |
| XYZ | 15.11 | 12.25 | 34.37 | - |
| YUV | 99.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 159 | 0.36 | 0.45 | 0 | 0.38 | 250.99 | 0.29 | 0.48 |
| Hex | 65 | 58 | 9F | 24 | 2D | 0 | 26 | FB | 1D | 30 |
| Octal | 145 | 130 | 237 | 44 | 55 | 0 | 46 | 373 | 35 | 60 |
| Binary | 1100101 | 1011000 | 10011111 | 100100 | 101101 | 0 | 100110 | 11111011 | 11101 | 110000 |
Color Harmonies of #65589F
Complementary color
Monochromatic Colors of #65589F
Black with #65589F
Text Example
Text Example
White with #65589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65589F; }
p { color: rgb(101,88,159); }
H1.HeaderClassName
{
color: #65589F;
}
.AnyTagClassName
{
color: #65589F;
}
</style>
background-color css
<style>
a { background-color: #65589F; }
a { background-color: rgb(101,88,159); }
div.DivClassName
{
background-color: #65589F;
}
.BgClassName
{
background-color: #65589F;
}
</style>
border-color css
<style>
span { border-color: #65589F; }
span { border-color: rgb(101,88,159); }
td.TdClassName
{
border-color: #65589F;
}
.TagClassName
{
border-color: #65589F;
}
</style>