Shades of Kingfisher Daisy #5A217B
Tints of Kingfisher Daisy #5A217B
RGB
CMYK
RGB Variations
Color information
#5A217B (or 0x5A217B) is known color: Kingfisher Daisy. HEX triplet: 5A, 21 and 7B. RGB value is (90,33,123). Sum of RGB (Red+Green+Blue) = 90+33+123=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A217B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A217B is #A5DE84. Grayscale: #3C3C3C. Windows color (decimal): -10870405 or 8069466. OLE color: 8069466.
HSL color Cylindrical-coordinate representation of color #5A217B: hue angle of 278º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A217B is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 33 | 123 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.52 |
| HSL | 278º | 0.58% | 0.31% | - |
| HSV(B) | 278º | 0.73% | 0.48% | - |
| XYZ | 8.34 | 4.69 | 19.21 | - |
| YUV | 60.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 33 | 123 | 0.27 | 0.73 | 0 | 0.52 | 278 | 0.58 | 0.31 |
| Hex | 5A | 21 | 7B | 1B | 49 | 0 | 34 | 116 | 3A | 1F |
| Octal | 132 | 41 | 173 | 33 | 111 | 0 | 64 | 426 | 72 | 37 |
| Binary | 1011010 | 100001 | 1111011 | 11011 | 1001001 | 0 | 110100 | 100010110 | 111010 | 11111 |
Color Harmonies of #5A217B
Complementary color
Monochromatic Colors of #5A217B
Black with #5A217B
Text Example
Text Example
White with #5A217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A217B; }
p { color: rgb(90,33,123); }
H1.HeaderClassName
{
color: #5A217B;
}
.AnyTagClassName
{
color: #5A217B;
}
</style>
background-color css
<style>
a { background-color: #5A217B; }
a { background-color: rgb(90,33,123); }
div.DivClassName
{
background-color: #5A217B;
}
.BgClassName
{
background-color: #5A217B;
}
</style>
border-color css
<style>
span { border-color: #5A217B; }
span { border-color: rgb(90,33,123); }
td.TdClassName
{
border-color: #5A217B;
}
.TagClassName
{
border-color: #5A217B;
}
</style>