Shades of Kingfisher Daisy #5A277F
Tints of Kingfisher Daisy #5A277F
RGB
CMYK
RGB Variations
Color information
#5A277F (or 0x5A277F) is known color: Kingfisher Daisy. HEX triplet: 5A, 27 and 7F. RGB value is (90,39,127). Sum of RGB (Red+Green+Blue) = 90+39+127=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #5A277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A277F is #A5D880. Grayscale: #3F3F3F. Windows color (decimal): -10868865 or 8333146. OLE color: 8333146.
HSL color Cylindrical-coordinate representation of color #5A277F: hue angle of 274.77º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A277F is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 39 | 127 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.50 |
| HSL | 274.77º | 0.53% | 0.33% | - |
| HSV(B) | 274.77º | 0.69% | 0.5% | - |
| XYZ | 8.77 | 5.16 | 20.61 | - |
| YUV | 64.28 | 163.4 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 39 | 127 | 0.29 | 0.69 | 0 | 0.50 | 274.77 | 0.53 | 0.33 |
| Hex | 5A | 27 | 7F | 1D | 45 | 0 | 32 | 113 | 35 | 21 |
| Octal | 132 | 47 | 177 | 35 | 105 | 0 | 62 | 423 | 65 | 41 |
| Binary | 1011010 | 100111 | 1111111 | 11101 | 1000101 | 0 | 110010 | 100010011 | 110101 | 100001 |
Color Harmonies of #5A277F
Complementary color
Monochromatic Colors of #5A277F
Black with #5A277F
Text Example
Text Example
White with #5A277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A277F; }
p { color: rgb(90,39,127); }
H1.HeaderClassName
{
color: #5A277F;
}
.AnyTagClassName
{
color: #5A277F;
}
</style>
background-color css
<style>
a { background-color: #5A277F; }
a { background-color: rgb(90,39,127); }
div.DivClassName
{
background-color: #5A277F;
}
.BgClassName
{
background-color: #5A277F;
}
</style>
border-color css
<style>
span { border-color: #5A277F; }
span { border-color: rgb(90,39,127); }
td.TdClassName
{
border-color: #5A277F;
}
.TagClassName
{
border-color: #5A277F;
}
</style>