Shades of Kingfisher Daisy #56277F
Tints of Kingfisher Daisy #56277F
RGB
CMYK
RGB Variations
Color information
#56277F (or 0x56277F) is known color: Kingfisher Daisy. HEX triplet: 56, 27 and 7F. RGB value is (86,39,127). Sum of RGB (Red+Green+Blue) = 86+39+127=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #56277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56277F is #A9D880. Grayscale: #3E3E3E. Windows color (decimal): -11131009 or 8333142. OLE color: 8333142.
HSL color Cylindrical-coordinate representation of color #56277F: hue angle of 272.05º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56277F is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 39 | 127 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.50 |
| HSL | 272.05º | 0.53% | 0.33% | - |
| HSV(B) | 272.05º | 0.69% | 0.5% | - |
| XYZ | 8.39 | 4.96 | 20.59 | - |
| YUV | 63.09 | 164.07 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 39 | 127 | 0.32 | 0.69 | 0 | 0.50 | 272.05 | 0.53 | 0.33 |
| Hex | 56 | 27 | 7F | 20 | 45 | 0 | 32 | 110 | 35 | 21 |
| Octal | 126 | 47 | 177 | 40 | 105 | 0 | 62 | 420 | 65 | 41 |
| Binary | 1010110 | 100111 | 1111111 | 100000 | 1000101 | 0 | 110010 | 100010000 | 110101 | 100001 |
Color Harmonies of #56277F
Complementary color
Monochromatic Colors of #56277F
Black with #56277F
Text Example
Text Example
White with #56277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56277F; }
p { color: rgb(86,39,127); }
H1.HeaderClassName
{
color: #56277F;
}
.AnyTagClassName
{
color: #56277F;
}
</style>
background-color css
<style>
a { background-color: #56277F; }
a { background-color: rgb(86,39,127); }
div.DivClassName
{
background-color: #56277F;
}
.BgClassName
{
background-color: #56277F;
}
</style>
border-color css
<style>
span { border-color: #56277F; }
span { border-color: rgb(86,39,127); }
td.TdClassName
{
border-color: #56277F;
}
.TagClassName
{
border-color: #56277F;
}
</style>