Shades of Kingfisher Daisy #55238F
Tints of Kingfisher Daisy #55238F
RGB
CMYK
RGB Variations
Color information
#55238F (or 0x55238F) is known color: Kingfisher Daisy. HEX triplet: 55, 23 and 8F. RGB value is (85,35,143). Sum of RGB (Red+Green+Blue) = 85+35+143=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 143 (56.25% from 255 or 54.37% from 263); Max value from RGB is 143 - color contains mainly: blue. Hex color #55238F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55238F is #AADC70. Grayscale: #3D3D3D. Windows color (decimal): -11197553 or 9380693. OLE color: 9380693.
HSL color Cylindrical-coordinate representation of color #55238F: hue angle of 267.78º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55238F is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 35 | 143 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.44 |
| HSL | 267.78º | 0.61% | 0.35% | - |
| HSV(B) | 267.78º | 0.76% | 0.56% | - |
| XYZ | 9.31 | 5.12 | 26.48 | - |
| YUV | 62.26 | 173.57 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 35 | 143 | 0.41 | 0.76 | 0 | 0.44 | 267.78 | 0.61 | 0.35 |
| Hex | 55 | 23 | 8F | 29 | 4C | 0 | 2C | 10C | 3D | 23 |
| Octal | 125 | 43 | 217 | 51 | 114 | 0 | 54 | 414 | 75 | 43 |
| Binary | 1010101 | 100011 | 10001111 | 101001 | 1001100 | 0 | 101100 | 100001100 | 111101 | 100011 |
Color Harmonies of #55238F
Complementary color
Monochromatic Colors of #55238F
Black with #55238F
Text Example
Text Example
White with #55238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55238F; }
p { color: rgb(85,35,143); }
H1.HeaderClassName
{
color: #55238F;
}
.AnyTagClassName
{
color: #55238F;
}
</style>
background-color css
<style>
a { background-color: #55238F; }
a { background-color: rgb(85,35,143); }
div.DivClassName
{
background-color: #55238F;
}
.BgClassName
{
background-color: #55238F;
}
</style>
border-color css
<style>
span { border-color: #55238F; }
span { border-color: rgb(85,35,143); }
td.TdClassName
{
border-color: #55238F;
}
.TagClassName
{
border-color: #55238F;
}
</style>