Shades of Blue Marguerite #655AB5
Tints of Blue Marguerite #655AB5
RGB
CMYK
RGB Variations
Color information
#655AB5 (or 0x655AB5) is known color: Blue Marguerite. HEX triplet: 65, 5A and B5. RGB value is (101,90,181). Sum of RGB (Red+Green+Blue) = 101+90+181=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 181 - color contains mainly: blue. Hex color #655AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655AB5 is #9AA54A. Grayscale: #676767. Windows color (decimal): -10134859 or 11885157. OLE color: 11885157.
HSL color Cylindrical-coordinate representation of color #655AB5: hue angle of 247.25º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #655AB5 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 90 | 181 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.29 |
| HSL | 247.25º | 0.38% | 0.53% | - |
| HSV(B) | 247.25º | 0.5% | 0.71% | - |
| XYZ | 17.36 | 13.42 | 45.39 | - |
| YUV | 103.66 | 171.64 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 181 | 0.44 | 0.50 | 0 | 0.29 | 247.25 | 0.38 | 0.53 |
| Hex | 65 | 5A | B5 | 2C | 32 | 0 | 1D | F7 | 26 | 35 |
| Octal | 145 | 132 | 265 | 54 | 62 | 0 | 35 | 367 | 46 | 65 |
| Binary | 1100101 | 1011010 | 10110101 | 101100 | 110010 | 0 | 11101 | 11110111 | 100110 | 110101 |
Color Harmonies of #655AB5
Complementary color
Monochromatic Colors of #655AB5
Black with #655AB5
Text Example
Text Example
White with #655AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655AB5; }
p { color: rgb(101,90,181); }
H1.HeaderClassName
{
color: #655AB5;
}
.AnyTagClassName
{
color: #655AB5;
}
</style>
background-color css
<style>
a { background-color: #655AB5; }
a { background-color: rgb(101,90,181); }
div.DivClassName
{
background-color: #655AB5;
}
.BgClassName
{
background-color: #655AB5;
}
</style>
border-color css
<style>
span { border-color: #655AB5; }
span { border-color: rgb(101,90,181); }
td.TdClassName
{
border-color: #655AB5;
}
.TagClassName
{
border-color: #655AB5;
}
</style>