Shades of Kingfisher Daisy #554179
Tints of Kingfisher Daisy #554179
RGB
CMYK
RGB Variations
Color information
#554179 (or 0x554179) is known color: Kingfisher Daisy. HEX triplet: 55, 41 and 79. RGB value is (85,65,121). Sum of RGB (Red+Green+Blue) = 85+65+121=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 121 - color contains mainly: blue. Hex color #554179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554179 is #AABE86. Grayscale: #4D4D4D. Windows color (decimal): -11189895 or 7946581. OLE color: 7946581.
HSL color Cylindrical-coordinate representation of color #554179: hue angle of 261.43º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #554179 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 85 | 65 | 121 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.53 |
| HSL | 261.43º | 0.3% | 0.36% | - |
| HSV(B) | 261.43º | 0.46% | 0.47% | - |
| XYZ | 9.09 | 7.09 | 18.98 | - |
| YUV | 77.36 | 152.63 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 121 | 0.30 | 0.46 | 0 | 0.53 | 261.43 | 0.3 | 0.36 |
| Hex | 55 | 41 | 79 | 1E | 2E | 0 | 35 | 105 | 1E | 24 |
| Octal | 125 | 101 | 171 | 36 | 56 | 0 | 65 | 405 | 36 | 44 |
| Binary | 1010101 | 1000001 | 1111001 | 11110 | 101110 | 0 | 110101 | 100000101 | 11110 | 100100 |
Color Harmonies of #554179
Complementary color
Monochromatic Colors of #554179
Black with #554179
Text Example
Text Example
White with #554179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554179; }
p { color: rgb(85,65,121); }
H1.HeaderClassName
{
color: #554179;
}
.AnyTagClassName
{
color: #554179;
}
</style>
background-color css
<style>
a { background-color: #554179; }
a { background-color: rgb(85,65,121); }
div.DivClassName
{
background-color: #554179;
}
.BgClassName
{
background-color: #554179;
}
</style>
border-color css
<style>
span { border-color: #554179; }
span { border-color: rgb(85,65,121); }
td.TdClassName
{
border-color: #554179;
}
.TagClassName
{
border-color: #554179;
}
</style>