Shades of Han Purple #5528FB
Tints of Han Purple #5528FB
RGB
CMYK
RGB Variations
Color information
#5528FB (or 0x5528FB) is known color: Han Purple. HEX triplet: 55, 28 and FB. RGB value is (85,40,251). Sum of RGB (Red+Green+Blue) = 85+40+251=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #5528FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5528FB is #AAD704. Grayscale: #4C4C4C. Windows color (decimal): -11196165 or 16459861. OLE color: 16459861.
HSL color Cylindrical-coordinate representation of color #5528FB: hue angle of 252.8º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5528FB is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 40 | 251 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.02 |
| HSL | 252.8º | 0.96% | 0.57% | - |
| HSV(B) | 252.8º | 0.84% | 0.98% | - |
| XYZ | 21.92 | 10.41 | 92.12 | - |
| YUV | 77.51 | 225.91 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 40 | 251 | 0.66 | 0.84 | 0 | 0.02 | 252.8 | 0.96 | 0.57 |
| Hex | 55 | 28 | FB | 42 | 54 | 0 | 2 | FD | 60 | 39 |
| Octal | 125 | 50 | 373 | 102 | 124 | 0 | 2 | 375 | 140 | 71 |
| Binary | 1010101 | 101000 | 11111011 | 1000010 | 1010100 | 0 | 10 | 11111101 | 1100000 | 111001 |
Color Harmonies of #5528FB
Complementary color
Monochromatic Colors of #5528FB
Black with #5528FB
Text Example
Text Example
White with #5528FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5528FB; }
p { color: rgb(85,40,251); }
H1.HeaderClassName
{
color: #5528FB;
}
.AnyTagClassName
{
color: #5528FB;
}
</style>
background-color css
<style>
a { background-color: #5528FB; }
a { background-color: rgb(85,40,251); }
div.DivClassName
{
background-color: #5528FB;
}
.BgClassName
{
background-color: #5528FB;
}
</style>
border-color css
<style>
span { border-color: #5528FB; }
span { border-color: rgb(85,40,251); }
td.TdClassName
{
border-color: #5528FB;
}
.TagClassName
{
border-color: #5528FB;
}
</style>