Shades of Kingfisher Daisy #5A4475
Tints of Kingfisher Daisy #5A4475
RGB
CMYK
RGB Variations
Color information
#5A4475 (or 0x5A4475) is known color: Kingfisher Daisy. HEX triplet: 5A, 44 and 75. RGB value is (90,68,117). Sum of RGB (Red+Green+Blue) = 90+68+117=275 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.73% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #5A4475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4475 is #A5BB8A. Grayscale: #4F4F4F. Windows color (decimal): -10861451 or 7685210. OLE color: 7685210.
HSL color Cylindrical-coordinate representation of color #5A4475: hue angle of 266.94º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A4475 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 68 | 117 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.54 |
| HSL | 266.94º | 0.26% | 0.36% | - |
| HSV(B) | 266.94º | 0.42% | 0.46% | - |
| XYZ | 9.49 | 7.59 | 17.79 | - |
| YUV | 80.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 68 | 117 | 0.23 | 0.42 | 0 | 0.54 | 266.94 | 0.26 | 0.36 |
| Hex | 5A | 44 | 75 | 17 | 2A | 0 | 36 | 10B | 1A | 24 |
| Octal | 132 | 104 | 165 | 27 | 52 | 0 | 66 | 413 | 32 | 44 |
| Binary | 1011010 | 1000100 | 1110101 | 10111 | 101010 | 0 | 110110 | 100001011 | 11010 | 100100 |
Color Harmonies of #5A4475
Complementary color
Monochromatic Colors of #5A4475
Black with #5A4475
Text Example
Text Example
White with #5A4475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4475; }
p { color: rgb(90,68,117); }
H1.HeaderClassName
{
color: #5A4475;
}
.AnyTagClassName
{
color: #5A4475;
}
</style>
background-color css
<style>
a { background-color: #5A4475; }
a { background-color: rgb(90,68,117); }
div.DivClassName
{
background-color: #5A4475;
}
.BgClassName
{
background-color: #5A4475;
}
</style>
border-color css
<style>
span { border-color: #5A4475; }
span { border-color: rgb(90,68,117); }
td.TdClassName
{
border-color: #5A4475;
}
.TagClassName
{
border-color: #5A4475;
}
</style>