Shades of Kingfisher Daisy #553B76
Tints of Kingfisher Daisy #553B76
RGB
CMYK
RGB Variations
Color information
#553B76 (or 0x553B76) is known color: Kingfisher Daisy. HEX triplet: 55, 3B and 76. RGB value is (85,59,118). Sum of RGB (Red+Green+Blue) = 85+59+118=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #553B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553B76 is #AAC489. Grayscale: #494949. Windows color (decimal): -11191434 or 7748437. OLE color: 7748437.
HSL color Cylindrical-coordinate representation of color #553B76: hue angle of 266.44º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #553B76 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 59 | 118 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.54 |
| HSL | 266.44º | 0.33% | 0.35% | - |
| HSV(B) | 266.44º | 0.5% | 0.46% | - |
| XYZ | 8.58 | 6.37 | 17.92 | - |
| YUV | 73.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 118 | 0.28 | 0.50 | 0 | 0.54 | 266.44 | 0.33 | 0.35 |
| Hex | 55 | 3B | 76 | 1C | 32 | 0 | 36 | 10A | 21 | 23 |
| Octal | 125 | 73 | 166 | 34 | 62 | 0 | 66 | 412 | 41 | 43 |
| Binary | 1010101 | 111011 | 1110110 | 11100 | 110010 | 0 | 110110 | 100001010 | 100001 | 100011 |
Color Harmonies of #553B76
Complementary color
Monochromatic Colors of #553B76
Black with #553B76
Text Example
Text Example
White with #553B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553B76; }
p { color: rgb(85,59,118); }
H1.HeaderClassName
{
color: #553B76;
}
.AnyTagClassName
{
color: #553B76;
}
</style>
background-color css
<style>
a { background-color: #553B76; }
a { background-color: rgb(85,59,118); }
div.DivClassName
{
background-color: #553B76;
}
.BgClassName
{
background-color: #553B76;
}
</style>
border-color css
<style>
span { border-color: #553B76; }
span { border-color: rgb(85,59,118); }
td.TdClassName
{
border-color: #553B76;
}
.TagClassName
{
border-color: #553B76;
}
</style>