Shades of Kingfisher Daisy #553B75
Tints of Kingfisher Daisy #553B75
RGB
CMYK
RGB Variations
Color information
#553B75 (or 0x553B75) is known color: Kingfisher Daisy. HEX triplet: 55, 3B and 75. RGB value is (85,59,117). Sum of RGB (Red+Green+Blue) = 85+59+117=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #553B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553B75 is #AAC48A. Grayscale: #494949. Windows color (decimal): -11191435 or 7682901. OLE color: 7682901.
HSL color Cylindrical-coordinate representation of color #553B75: hue angle of 266.9º 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 #553B75 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 59 | 117 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.54 |
| HSL | 266.9º | 0.33% | 0.35% | - |
| HSV(B) | 266.9º | 0.5% | 0.46% | - |
| XYZ | 8.52 | 6.34 | 17.6 | - |
| YUV | 73.39 | 152.61 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 117 | 0.27 | 0.50 | 0 | 0.54 | 266.9 | 0.33 | 0.35 |
| Hex | 55 | 3B | 75 | 1B | 32 | 0 | 36 | 10B | 21 | 23 |
| Octal | 125 | 73 | 165 | 33 | 62 | 0 | 66 | 413 | 41 | 43 |
| Binary | 1010101 | 111011 | 1110101 | 11011 | 110010 | 0 | 110110 | 100001011 | 100001 | 100011 |
Color Harmonies of #553B75
Complementary color
Monochromatic Colors of #553B75
Black with #553B75
Text Example
Text Example
White with #553B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553B75; }
p { color: rgb(85,59,117); }
H1.HeaderClassName
{
color: #553B75;
}
.AnyTagClassName
{
color: #553B75;
}
</style>
background-color css
<style>
a { background-color: #553B75; }
a { background-color: rgb(85,59,117); }
div.DivClassName
{
background-color: #553B75;
}
.BgClassName
{
background-color: #553B75;
}
</style>
border-color css
<style>
span { border-color: #553B75; }
span { border-color: rgb(85,59,117); }
td.TdClassName
{
border-color: #553B75;
}
.TagClassName
{
border-color: #553B75;
}
</style>