Shades of Kingfisher Daisy #54268F
Tints of Kingfisher Daisy #54268F
RGB
CMYK
RGB Variations
Color information
#54268F (or 0x54268F) is known color: Kingfisher Daisy. HEX triplet: 54, 26 and 8F. RGB value is (84,38,143). Sum of RGB (Red+Green+Blue) = 84+38+143=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 143 (56.25% from 255 or 53.96% from 265); Max value from RGB is 143 - color contains mainly: blue. Hex color #54268F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54268F is #ABD970. Grayscale: #3F3F3F. Windows color (decimal): -11262321 or 9381460. OLE color: 9381460.
HSL color Cylindrical-coordinate representation of color #54268F: hue angle of 266.29º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #54268F is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 38 | 143 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.44 |
| HSL | 266.29º | 0.58% | 0.35% | - |
| HSV(B) | 266.29º | 0.73% | 0.56% | - |
| XYZ | 9.31 | 5.25 | 26.51 | - |
| YUV | 63.72 | 172.74 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 143 | 0.41 | 0.73 | 0 | 0.44 | 266.29 | 0.58 | 0.35 |
| Hex | 54 | 26 | 8F | 29 | 49 | 0 | 2C | 10A | 3A | 23 |
| Octal | 124 | 46 | 217 | 51 | 111 | 0 | 54 | 412 | 72 | 43 |
| Binary | 1010100 | 100110 | 10001111 | 101001 | 1001001 | 0 | 101100 | 100001010 | 111010 | 100011 |
Color Harmonies of #54268F
Complementary color
Monochromatic Colors of #54268F
Black with #54268F
Text Example
Text Example
White with #54268F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54268F; }
p { color: rgb(84,38,143); }
H1.HeaderClassName
{
color: #54268F;
}
.AnyTagClassName
{
color: #54268F;
}
</style>
background-color css
<style>
a { background-color: #54268F; }
a { background-color: rgb(84,38,143); }
div.DivClassName
{
background-color: #54268F;
}
.BgClassName
{
background-color: #54268F;
}
</style>
border-color css
<style>
span { border-color: #54268F; }
span { border-color: rgb(84,38,143); }
td.TdClassName
{
border-color: #54268F;
}
.TagClassName
{
border-color: #54268F;
}
</style>