Shades of Kingfisher Daisy #56267A
Tints of Kingfisher Daisy #56267A
RGB
CMYK
RGB Variations
Color information
#56267A (or 0x56267A) is known color: Kingfisher Daisy. HEX triplet: 56, 26 and 7A. RGB value is (86,38,122). Sum of RGB (Red+Green+Blue) = 86+38+122=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #56267A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56267A is #A9D985. Grayscale: #3D3D3D. Windows color (decimal): -11131270 or 8005206. OLE color: 8005206.
HSL color Cylindrical-coordinate representation of color #56267A: hue angle of 274.29º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56267A is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 38 | 122 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.52 |
| HSL | 274.29º | 0.53% | 0.31% | - |
| HSV(B) | 274.29º | 0.69% | 0.48% | - |
| XYZ | 8.04 | 4.77 | 18.91 | - |
| YUV | 61.93 | 161.9 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 38 | 122 | 0.30 | 0.69 | 0 | 0.52 | 274.29 | 0.53 | 0.31 |
| Hex | 56 | 26 | 7A | 1E | 45 | 0 | 34 | 112 | 34 | 1F |
| Octal | 126 | 46 | 172 | 36 | 105 | 0 | 64 | 422 | 64 | 37 |
| Binary | 1010110 | 100110 | 1111010 | 11110 | 1000101 | 0 | 110100 | 100010010 | 110100 | 11111 |
Color Harmonies of #56267A
Complementary color
Monochromatic Colors of #56267A
Black with #56267A
Text Example
Text Example
White with #56267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56267A; }
p { color: rgb(86,38,122); }
H1.HeaderClassName
{
color: #56267A;
}
.AnyTagClassName
{
color: #56267A;
}
</style>
background-color css
<style>
a { background-color: #56267A; }
a { background-color: rgb(86,38,122); }
div.DivClassName
{
background-color: #56267A;
}
.BgClassName
{
background-color: #56267A;
}
</style>
border-color css
<style>
span { border-color: #56267A; }
span { border-color: rgb(86,38,122); }
td.TdClassName
{
border-color: #56267A;
}
.TagClassName
{
border-color: #56267A;
}
</style>