Shades of Kingfisher Daisy #56367B
Tints of Kingfisher Daisy #56367B
RGB
CMYK
RGB Variations
Color information
#56367B (or 0x56367B) is known color: Kingfisher Daisy. HEX triplet: 56, 36 and 7B. RGB value is (86,54,123). Sum of RGB (Red+Green+Blue) = 86+54+123=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 123 - color contains mainly: blue. Hex color #56367B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56367B is #A9C984. Grayscale: #474747. Windows color (decimal): -11127173 or 8074838. OLE color: 8074838.
HSL color Cylindrical-coordinate representation of color #56367B: hue angle of 267.83º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56367B is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 86 | 54 | 123 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.52 |
| HSL | 267.83º | 0.39% | 0.35% | - |
| HSV(B) | 267.83º | 0.56% | 0.48% | - |
| XYZ | 8.73 | 6.05 | 19.45 | - |
| YUV | 71.43 | 157.1 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 54 | 123 | 0.30 | 0.56 | 0 | 0.52 | 267.83 | 0.39 | 0.35 |
| Hex | 56 | 36 | 7B | 1E | 38 | 0 | 34 | 10C | 27 | 23 |
| Octal | 126 | 66 | 173 | 36 | 70 | 0 | 64 | 414 | 47 | 43 |
| Binary | 1010110 | 110110 | 1111011 | 11110 | 111000 | 0 | 110100 | 100001100 | 100111 | 100011 |
Color Harmonies of #56367B
Complementary color
Monochromatic Colors of #56367B
Black with #56367B
Text Example
Text Example
White with #56367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56367B; }
p { color: rgb(86,54,123); }
H1.HeaderClassName
{
color: #56367B;
}
.AnyTagClassName
{
color: #56367B;
}
</style>
background-color css
<style>
a { background-color: #56367B; }
a { background-color: rgb(86,54,123); }
div.DivClassName
{
background-color: #56367B;
}
.BgClassName
{
background-color: #56367B;
}
</style>
border-color css
<style>
span { border-color: #56367B; }
span { border-color: rgb(86,54,123); }
td.TdClassName
{
border-color: #56367B;
}
.TagClassName
{
border-color: #56367B;
}
</style>