Shades of Kingfisher Daisy #5D4678
Tints of Kingfisher Daisy #5D4678
RGB
CMYK
RGB Variations
Color information
#5D4678 (or 0x5D4678) is known color: Kingfisher Daisy. HEX triplet: 5D, 46 and 78. RGB value is (93,70,120). Sum of RGB (Red+Green+Blue) = 93+70+120=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #5D4678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4678 is #A2B987. Grayscale: #525252. Windows color (decimal): -10664328 or 7882333. OLE color: 7882333.
HSL color Cylindrical-coordinate representation of color #5D4678: hue angle of 267.6º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D4678 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 70 | 120 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.53 |
| HSL | 267.6º | 0.26% | 0.37% | - |
| HSV(B) | 267.6º | 0.42% | 0.47% | - |
| XYZ | 10.09 | 8.06 | 18.79 | - |
| YUV | 82.58 | 149.12 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 70 | 120 | 0.22 | 0.42 | 0 | 0.53 | 267.6 | 0.26 | 0.37 |
| Hex | 5D | 46 | 78 | 16 | 2A | 0 | 35 | 10C | 1A | 25 |
| Octal | 135 | 106 | 170 | 26 | 52 | 0 | 65 | 414 | 32 | 45 |
| Binary | 1011101 | 1000110 | 1111000 | 10110 | 101010 | 0 | 110101 | 100001100 | 11010 | 100101 |
Color Harmonies of #5D4678
Complementary color
Monochromatic Colors of #5D4678
Black with #5D4678
Text Example
Text Example
White with #5D4678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4678; }
p { color: rgb(93,70,120); }
H1.HeaderClassName
{
color: #5D4678;
}
.AnyTagClassName
{
color: #5D4678;
}
</style>
background-color css
<style>
a { background-color: #5D4678; }
a { background-color: rgb(93,70,120); }
div.DivClassName
{
background-color: #5D4678;
}
.BgClassName
{
background-color: #5D4678;
}
</style>
border-color css
<style>
span { border-color: #5D4678; }
span { border-color: rgb(93,70,120); }
td.TdClassName
{
border-color: #5D4678;
}
.TagClassName
{
border-color: #5D4678;
}
</style>