Shades of Kingfisher Daisy #542682
Tints of Kingfisher Daisy #542682
RGB
CMYK
RGB Variations
Color information
#542682 (or 0x542682) is known color: Kingfisher Daisy. HEX triplet: 54, 26 and 82. RGB value is (84,38,130). Sum of RGB (Red+Green+Blue) = 84+38+130=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #542682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542682 is #ABD97D. Grayscale: #3D3D3D. Windows color (decimal): -11262334 or 8529492. OLE color: 8529492.
HSL color Cylindrical-coordinate representation of color #542682: hue angle of 270º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #542682 is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 38 | 130 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.49 |
| HSL | 270º | 0.55% | 0.33% | - |
| HSV(B) | 270º | 0.71% | 0.51% | - |
| XYZ | 8.38 | 4.88 | 21.62 | - |
| YUV | 62.24 | 166.24 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 130 | 0.35 | 0.71 | 0 | 0.49 | 270 | 0.55 | 0.33 |
| Hex | 54 | 26 | 82 | 23 | 47 | 0 | 31 | 10E | 37 | 21 |
| Octal | 124 | 46 | 202 | 43 | 107 | 0 | 61 | 416 | 67 | 41 |
| Binary | 1010100 | 100110 | 10000010 | 100011 | 1000111 | 0 | 110001 | 100001110 | 110111 | 100001 |
Color Harmonies of #542682
Complementary color
Monochromatic Colors of #542682
Black with #542682
Text Example
Text Example
White with #542682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542682; }
p { color: rgb(84,38,130); }
H1.HeaderClassName
{
color: #542682;
}
.AnyTagClassName
{
color: #542682;
}
</style>
background-color css
<style>
a { background-color: #542682; }
a { background-color: rgb(84,38,130); }
div.DivClassName
{
background-color: #542682;
}
.BgClassName
{
background-color: #542682;
}
</style>
border-color css
<style>
span { border-color: #542682; }
span { border-color: rgb(84,38,130); }
td.TdClassName
{
border-color: #542682;
}
.TagClassName
{
border-color: #542682;
}
</style>