Shades of Kingfisher Daisy #553A78
Tints of Kingfisher Daisy #553A78
RGB
CMYK
RGB Variations
Color information
#553A78 (or 0x553A78) is known color: Kingfisher Daisy. HEX triplet: 55, 3A and 78. RGB value is (85,58,120). Sum of RGB (Red+Green+Blue) = 85+58+120=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 120 (47.27% from 255 or 45.63% from 263); Max value from RGB is 120 - color contains mainly: blue. Hex color #553A78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553A78 is #AAC587. Grayscale: #484848. Windows color (decimal): -11191688 or 7879253. OLE color: 7879253.
HSL color Cylindrical-coordinate representation of color #553A78: hue angle of 266.13º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #553A78 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 58 | 120 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.53 |
| HSL | 266.13º | 0.35% | 0.35% | - |
| HSV(B) | 266.13º | 0.52% | 0.47% | - |
| XYZ | 8.65 | 6.31 | 18.53 | - |
| YUV | 73.14 | 154.45 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 120 | 0.29 | 0.52 | 0 | 0.53 | 266.13 | 0.35 | 0.35 |
| Hex | 55 | 3A | 78 | 1D | 34 | 0 | 35 | 10A | 23 | 23 |
| Octal | 125 | 72 | 170 | 35 | 64 | 0 | 65 | 412 | 43 | 43 |
| Binary | 1010101 | 111010 | 1111000 | 11101 | 110100 | 0 | 110101 | 100001010 | 100011 | 100011 |
Color Harmonies of #553A78
Complementary color
Monochromatic Colors of #553A78
Black with #553A78
Text Example
Text Example
White with #553A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A78; }
p { color: rgb(85,58,120); }
H1.HeaderClassName
{
color: #553A78;
}
.AnyTagClassName
{
color: #553A78;
}
</style>
background-color css
<style>
a { background-color: #553A78; }
a { background-color: rgb(85,58,120); }
div.DivClassName
{
background-color: #553A78;
}
.BgClassName
{
background-color: #553A78;
}
</style>
border-color css
<style>
span { border-color: #553A78; }
span { border-color: rgb(85,58,120); }
td.TdClassName
{
border-color: #553A78;
}
.TagClassName
{
border-color: #553A78;
}
</style>