Shades of Kingfisher Daisy #553D81
Tints of Kingfisher Daisy #553D81
RGB
CMYK
RGB Variations
Color information
#553D81 (or 0x553D81) is known color: Kingfisher Daisy. HEX triplet: 55, 3D and 81. RGB value is (85,61,129). Sum of RGB (Red+Green+Blue) = 85+61+129=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #553D81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553D81 is #AAC27E. Grayscale: #4B4B4B. Windows color (decimal): -11190911 or 8469845. OLE color: 8469845.
HSL color Cylindrical-coordinate representation of color #553D81: hue angle of 261.18º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #553D81 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 61 | 129 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.49 |
| HSL | 261.18º | 0.36% | 0.37% | - |
| HSV(B) | 261.18º | 0.53% | 0.51% | - |
| XYZ | 9.38 | 6.85 | 21.6 | - |
| YUV | 75.93 | 157.95 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 129 | 0.34 | 0.53 | 0 | 0.49 | 261.18 | 0.36 | 0.37 |
| Hex | 55 | 3D | 81 | 22 | 35 | 0 | 31 | 105 | 24 | 25 |
| Octal | 125 | 75 | 201 | 42 | 65 | 0 | 61 | 405 | 44 | 45 |
| Binary | 1010101 | 111101 | 10000001 | 100010 | 110101 | 0 | 110001 | 100000101 | 100100 | 100101 |
Color Harmonies of #553D81
Complementary color
Monochromatic Colors of #553D81
Black with #553D81
Text Example
Text Example
White with #553D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D81; }
p { color: rgb(85,61,129); }
H1.HeaderClassName
{
color: #553D81;
}
.AnyTagClassName
{
color: #553D81;
}
</style>
background-color css
<style>
a { background-color: #553D81; }
a { background-color: rgb(85,61,129); }
div.DivClassName
{
background-color: #553D81;
}
.BgClassName
{
background-color: #553D81;
}
</style>
border-color css
<style>
span { border-color: #553D81; }
span { border-color: rgb(85,61,129); }
td.TdClassName
{
border-color: #553D81;
}
.TagClassName
{
border-color: #553D81;
}
</style>