Shades of Kingfisher Daisy #5A4275
Tints of Kingfisher Daisy #5A4275
RGB
CMYK
RGB Variations
Color information
#5A4275 (or 0x5A4275) is known color: Kingfisher Daisy. HEX triplet: 5A, 42 and 75. RGB value is (90,66,117). Sum of RGB (Red+Green+Blue) = 90+66+117=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #5A4275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4275 is #A5BD8A. Grayscale: #4E4E4E. Windows color (decimal): -10861963 or 7684698. OLE color: 7684698.
HSL color Cylindrical-coordinate representation of color #5A4275: hue angle of 268.24º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A4275 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 66 | 117 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.54 |
| HSL | 268.24º | 0.28% | 0.36% | - |
| HSV(B) | 268.24º | 0.44% | 0.46% | - |
| XYZ | 9.38 | 7.35 | 17.76 | - |
| YUV | 78.99 | 149.45 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 66 | 117 | 0.23 | 0.44 | 0 | 0.54 | 268.24 | 0.28 | 0.36 |
| Hex | 5A | 42 | 75 | 17 | 2C | 0 | 36 | 10C | 1C | 24 |
| Octal | 132 | 102 | 165 | 27 | 54 | 0 | 66 | 414 | 34 | 44 |
| Binary | 1011010 | 1000010 | 1110101 | 10111 | 101100 | 0 | 110110 | 100001100 | 11100 | 100100 |
Color Harmonies of #5A4275
Complementary color
Monochromatic Colors of #5A4275
Black with #5A4275
Text Example
Text Example
White with #5A4275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4275; }
p { color: rgb(90,66,117); }
H1.HeaderClassName
{
color: #5A4275;
}
.AnyTagClassName
{
color: #5A4275;
}
</style>
background-color css
<style>
a { background-color: #5A4275; }
a { background-color: rgb(90,66,117); }
div.DivClassName
{
background-color: #5A4275;
}
.BgClassName
{
background-color: #5A4275;
}
</style>
border-color css
<style>
span { border-color: #5A4275; }
span { border-color: rgb(90,66,117); }
td.TdClassName
{
border-color: #5A4275;
}
.TagClassName
{
border-color: #5A4275;
}
</style>