Shades of Kingfisher Daisy #553488
Tints of Kingfisher Daisy #553488
RGB
CMYK
RGB Variations
Color information
#553488 (or 0x553488) is known color: Kingfisher Daisy. HEX triplet: 55, 34 and 88. RGB value is (85,52,136). Sum of RGB (Red+Green+Blue) = 85+52+136=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #553488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553488 is #AACB77. Grayscale: #474747. Windows color (decimal): -11193208 or 8926293. OLE color: 8926293.
HSL color Cylindrical-coordinate representation of color #553488: hue angle of 263.57º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #553488 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 52 | 136 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.47 |
| HSL | 263.57º | 0.45% | 0.37% | - |
| HSV(B) | 263.57º | 0.62% | 0.53% | - |
| XYZ | 9.42 | 6.16 | 23.99 | - |
| YUV | 71.44 | 164.43 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 52 | 136 | 0.38 | 0.62 | 0 | 0.47 | 263.57 | 0.45 | 0.37 |
| Hex | 55 | 34 | 88 | 26 | 3E | 0 | 2F | 108 | 2D | 25 |
| Octal | 125 | 64 | 210 | 46 | 76 | 0 | 57 | 410 | 55 | 45 |
| Binary | 1010101 | 110100 | 10001000 | 100110 | 111110 | 0 | 101111 | 100001000 | 101101 | 100101 |
Color Harmonies of #553488
Complementary color
Monochromatic Colors of #553488
Black with #553488
Text Example
Text Example
White with #553488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553488; }
p { color: rgb(85,52,136); }
H1.HeaderClassName
{
color: #553488;
}
.AnyTagClassName
{
color: #553488;
}
</style>
background-color css
<style>
a { background-color: #553488; }
a { background-color: rgb(85,52,136); }
div.DivClassName
{
background-color: #553488;
}
.BgClassName
{
background-color: #553488;
}
</style>
border-color css
<style>
span { border-color: #553488; }
span { border-color: rgb(85,52,136); }
td.TdClassName
{
border-color: #553488;
}
.TagClassName
{
border-color: #553488;
}
</style>