Shades of Kingfisher Daisy #5A367A
Tints of Kingfisher Daisy #5A367A
RGB
CMYK
RGB Variations
Color information
#5A367A (or 0x5A367A) is known color: Kingfisher Daisy. HEX triplet: 5A, 36 and 7A. RGB value is (90,54,122). Sum of RGB (Red+Green+Blue) = 90+54+122=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #5A367A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A367A is #A5C985. Grayscale: #484848. Windows color (decimal): -10865030 or 8009306. OLE color: 8009306.
HSL color Cylindrical-coordinate representation of color #5A367A: hue angle of 271.76º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A367A is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 54 | 122 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.52 |
| HSL | 271.76º | 0.39% | 0.35% | - |
| HSV(B) | 271.76º | 0.56% | 0.48% | - |
| XYZ | 9.05 | 6.22 | 19.14 | - |
| YUV | 72.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 54 | 122 | 0.26 | 0.56 | 0 | 0.52 | 271.76 | 0.39 | 0.35 |
| Hex | 5A | 36 | 7A | 1A | 38 | 0 | 34 | 110 | 27 | 23 |
| Octal | 132 | 66 | 172 | 32 | 70 | 0 | 64 | 420 | 47 | 43 |
| Binary | 1011010 | 110110 | 1111010 | 11010 | 111000 | 0 | 110100 | 100010000 | 100111 | 100011 |
Color Harmonies of #5A367A
Complementary color
Monochromatic Colors of #5A367A
Black with #5A367A
Text Example
Text Example
White with #5A367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A367A; }
p { color: rgb(90,54,122); }
H1.HeaderClassName
{
color: #5A367A;
}
.AnyTagClassName
{
color: #5A367A;
}
</style>
background-color css
<style>
a { background-color: #5A367A; }
a { background-color: rgb(90,54,122); }
div.DivClassName
{
background-color: #5A367A;
}
.BgClassName
{
background-color: #5A367A;
}
</style>
border-color css
<style>
span { border-color: #5A367A; }
span { border-color: rgb(90,54,122); }
td.TdClassName
{
border-color: #5A367A;
}
.TagClassName
{
border-color: #5A367A;
}
</style>