Shades of Kingfisher Daisy #5D4878
Tints of Kingfisher Daisy #5D4878
RGB
CMYK
RGB Variations
Color information
#5D4878 (or 0x5D4878) is known color: Kingfisher Daisy. HEX triplet: 5D, 48 and 78. RGB value is (93,72,120). Sum of RGB (Red+Green+Blue) = 93+72+120=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #5D4878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4878 is #A2B787. Grayscale: #535353. Windows color (decimal): -10663816 or 7882845. OLE color: 7882845.
HSL color Cylindrical-coordinate representation of color #5D4878: hue angle of 266.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D4878 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 72 | 120 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.53 |
| HSL | 266.25º | 0.25% | 0.38% | - |
| HSV(B) | 266.25º | 0.4% | 0.47% | - |
| XYZ | 10.22 | 8.32 | 18.84 | - |
| YUV | 83.75 | 148.46 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 72 | 120 | 0.22 | 0.40 | 0 | 0.53 | 266.25 | 0.25 | 0.38 |
| Hex | 5D | 48 | 78 | 16 | 28 | 0 | 35 | 10A | 19 | 26 |
| Octal | 135 | 110 | 170 | 26 | 50 | 0 | 65 | 412 | 31 | 46 |
| Binary | 1011101 | 1001000 | 1111000 | 10110 | 101000 | 0 | 110101 | 100001010 | 11001 | 100110 |
Color Harmonies of #5D4878
Complementary color
Monochromatic Colors of #5D4878
Black with #5D4878
Text Example
Text Example
White with #5D4878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4878; }
p { color: rgb(93,72,120); }
H1.HeaderClassName
{
color: #5D4878;
}
.AnyTagClassName
{
color: #5D4878;
}
</style>
background-color css
<style>
a { background-color: #5D4878; }
a { background-color: rgb(93,72,120); }
div.DivClassName
{
background-color: #5D4878;
}
.BgClassName
{
background-color: #5D4878;
}
</style>
border-color css
<style>
span { border-color: #5D4878; }
span { border-color: rgb(93,72,120); }
td.TdClassName
{
border-color: #5D4878;
}
.TagClassName
{
border-color: #5D4878;
}
</style>