Shades of Han Purple #5536EB
Tints of Han Purple #5536EB
RGB
CMYK
RGB Variations
Color information
#5536EB (or 0x5536EB) is known color: Han Purple. HEX triplet: 55, 36 and EB. RGB value is (85,54,235). Sum of RGB (Red+Green+Blue) = 85+54+235=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #5536EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5536EB is #AAC914. Grayscale: #535353. Windows color (decimal): -11192597 or 15414869. OLE color: 15414869.
HSL color Cylindrical-coordinate representation of color #5536EB: hue angle of 250.28º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5536EB is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 54 | 235 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.08 |
| HSL | 250.28º | 0.82% | 0.57% | - |
| HSV(B) | 250.28º | 0.77% | 0.92% | - |
| XYZ | 20.06 | 10.57 | 79.58 | - |
| YUV | 83.9 | 213.27 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 235 | 0.64 | 0.77 | 0 | 0.08 | 250.28 | 0.82 | 0.57 |
| Hex | 55 | 36 | EB | 40 | 4D | 0 | 8 | FA | 52 | 39 |
| Octal | 125 | 66 | 353 | 100 | 115 | 0 | 10 | 372 | 122 | 71 |
| Binary | 1010101 | 110110 | 11101011 | 1000000 | 1001101 | 0 | 1000 | 11111010 | 1010010 | 111001 |
Color Harmonies of #5536EB
Complementary color
Monochromatic Colors of #5536EB
Black with #5536EB
Text Example
Text Example
White with #5536EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5536EB; }
p { color: rgb(85,54,235); }
H1.HeaderClassName
{
color: #5536EB;
}
.AnyTagClassName
{
color: #5536EB;
}
</style>
background-color css
<style>
a { background-color: #5536EB; }
a { background-color: rgb(85,54,235); }
div.DivClassName
{
background-color: #5536EB;
}
.BgClassName
{
background-color: #5536EB;
}
</style>
border-color css
<style>
span { border-color: #5536EB; }
span { border-color: rgb(85,54,235); }
td.TdClassName
{
border-color: #5536EB;
}
.TagClassName
{
border-color: #5536EB;
}
</style>