Shades of Kingfisher Daisy #54387A
Tints of Kingfisher Daisy #54387A
RGB
CMYK
RGB Variations
Color information
#54387A (or 0x54387A) is known color: Kingfisher Daisy. HEX triplet: 54, 38 and 7A. RGB value is (84,56,122). Sum of RGB (Red+Green+Blue) = 84+56+122=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #54387A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54387A is #ABC785. Grayscale: #474747. Windows color (decimal): -11257734 or 8009812. OLE color: 8009812.
HSL color Cylindrical-coordinate representation of color #54387A: hue angle of 265.45º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54387A is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 56 | 122 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.52 |
| HSL | 265.45º | 0.37% | 0.35% | - |
| HSV(B) | 265.45º | 0.54% | 0.48% | - |
| XYZ | 8.58 | 6.12 | 19.14 | - |
| YUV | 71.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 56 | 122 | 0.31 | 0.54 | 0 | 0.52 | 265.45 | 0.37 | 0.35 |
| Hex | 54 | 38 | 7A | 1F | 36 | 0 | 34 | 109 | 25 | 23 |
| Octal | 124 | 70 | 172 | 37 | 66 | 0 | 64 | 411 | 45 | 43 |
| Binary | 1010100 | 111000 | 1111010 | 11111 | 110110 | 0 | 110100 | 100001001 | 100101 | 100011 |
Color Harmonies of #54387A
Complementary color
Monochromatic Colors of #54387A
Black with #54387A
Text Example
Text Example
White with #54387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54387A; }
p { color: rgb(84,56,122); }
H1.HeaderClassName
{
color: #54387A;
}
.AnyTagClassName
{
color: #54387A;
}
</style>
background-color css
<style>
a { background-color: #54387A; }
a { background-color: rgb(84,56,122); }
div.DivClassName
{
background-color: #54387A;
}
.BgClassName
{
background-color: #54387A;
}
</style>
border-color css
<style>
span { border-color: #54387A; }
span { border-color: rgb(84,56,122); }
td.TdClassName
{
border-color: #54387A;
}
.TagClassName
{
border-color: #54387A;
}
</style>