Shades of Kingfisher Daisy #56357B
Tints of Kingfisher Daisy #56357B
RGB
CMYK
RGB Variations
Color information
#56357B (or 0x56357B) is known color: Kingfisher Daisy. HEX triplet: 56, 35 and 7B. RGB value is (86,53,123). Sum of RGB (Red+Green+Blue) = 86+53+123=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #56357B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56357B is #A9CA84. Grayscale: #464646. Windows color (decimal): -11127429 or 8074582. OLE color: 8074582.
HSL color Cylindrical-coordinate representation of color #56357B: hue angle of 268.29º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56357B is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 53 | 123 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.52 |
| HSL | 268.29º | 0.4% | 0.35% | - |
| HSV(B) | 268.29º | 0.57% | 0.48% | - |
| XYZ | 8.69 | 5.95 | 19.43 | - |
| YUV | 70.85 | 157.43 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 53 | 123 | 0.30 | 0.57 | 0 | 0.52 | 268.29 | 0.4 | 0.35 |
| Hex | 56 | 35 | 7B | 1E | 39 | 0 | 34 | 10C | 28 | 23 |
| Octal | 126 | 65 | 173 | 36 | 71 | 0 | 64 | 414 | 50 | 43 |
| Binary | 1010110 | 110101 | 1111011 | 11110 | 111001 | 0 | 110100 | 100001100 | 101000 | 100011 |
Color Harmonies of #56357B
Complementary color
Monochromatic Colors of #56357B
Black with #56357B
Text Example
Text Example
White with #56357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56357B; }
p { color: rgb(86,53,123); }
H1.HeaderClassName
{
color: #56357B;
}
.AnyTagClassName
{
color: #56357B;
}
</style>
background-color css
<style>
a { background-color: #56357B; }
a { background-color: rgb(86,53,123); }
div.DivClassName
{
background-color: #56357B;
}
.BgClassName
{
background-color: #56357B;
}
</style>
border-color css
<style>
span { border-color: #56357B; }
span { border-color: rgb(86,53,123); }
td.TdClassName
{
border-color: #56357B;
}
.TagClassName
{
border-color: #56357B;
}
</style>