Shades of Kingfisher Daisy #5A377A
Tints of Kingfisher Daisy #5A377A
RGB
CMYK
RGB Variations
Color information
#5A377A (or 0x5A377A) is known color: Kingfisher Daisy. HEX triplet: 5A, 37 and 7A. RGB value is (90,55,122). Sum of RGB (Red+Green+Blue) = 90+55+122=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #5A377A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A377A is #A5C885. Grayscale: #484848. Windows color (decimal): -10864774 or 8009562. OLE color: 8009562.
HSL color Cylindrical-coordinate representation of color #5A377A: hue angle of 271.34º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A377A is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 55 | 122 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.52 |
| HSL | 271.34º | 0.38% | 0.35% | - |
| HSV(B) | 271.34º | 0.55% | 0.48% | - |
| XYZ | 9.1 | 6.31 | 19.15 | - |
| YUV | 73.1 | 155.6 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 55 | 122 | 0.26 | 0.55 | 0 | 0.52 | 271.34 | 0.38 | 0.35 |
| Hex | 5A | 37 | 7A | 1A | 37 | 0 | 34 | 10F | 26 | 23 |
| Octal | 132 | 67 | 172 | 32 | 67 | 0 | 64 | 417 | 46 | 43 |
| Binary | 1011010 | 110111 | 1111010 | 11010 | 110111 | 0 | 110100 | 100001111 | 100110 | 100011 |
Color Harmonies of #5A377A
Complementary color
Monochromatic Colors of #5A377A
Black with #5A377A
Text Example
Text Example
White with #5A377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A377A; }
p { color: rgb(90,55,122); }
H1.HeaderClassName
{
color: #5A377A;
}
.AnyTagClassName
{
color: #5A377A;
}
</style>
background-color css
<style>
a { background-color: #5A377A; }
a { background-color: rgb(90,55,122); }
div.DivClassName
{
background-color: #5A377A;
}
.BgClassName
{
background-color: #5A377A;
}
</style>
border-color css
<style>
span { border-color: #5A377A; }
span { border-color: rgb(90,55,122); }
td.TdClassName
{
border-color: #5A377A;
}
.TagClassName
{
border-color: #5A377A;
}
</style>