Shades of Kingfisher Daisy #56397C
Tints of Kingfisher Daisy #56397C
RGB
CMYK
RGB Variations
Color information
#56397C (or 0x56397C) is known color: Kingfisher Daisy. HEX triplet: 56, 39 and 7C. RGB value is (86,57,124). Sum of RGB (Red+Green+Blue) = 86+57+124=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #56397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56397C is #A9C683. Grayscale: #494949. Windows color (decimal): -11126404 or 8141142. OLE color: 8141142.
HSL color Cylindrical-coordinate representation of color #56397C: hue angle of 265.97º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56397C is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 57 | 124 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.51 |
| HSL | 265.97º | 0.37% | 0.35% | - |
| HSV(B) | 265.97º | 0.54% | 0.49% | - |
| XYZ | 8.94 | 6.36 | 19.83 | - |
| YUV | 73.31 | 156.61 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 57 | 124 | 0.31 | 0.54 | 0 | 0.51 | 265.97 | 0.37 | 0.35 |
| Hex | 56 | 39 | 7C | 1F | 36 | 0 | 33 | 10A | 25 | 23 |
| Octal | 126 | 71 | 174 | 37 | 66 | 0 | 63 | 412 | 45 | 43 |
| Binary | 1010110 | 111001 | 1111100 | 11111 | 110110 | 0 | 110011 | 100001010 | 100101 | 100011 |
Color Harmonies of #56397C
Complementary color
Monochromatic Colors of #56397C
Black with #56397C
Text Example
Text Example
White with #56397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56397C; }
p { color: rgb(86,57,124); }
H1.HeaderClassName
{
color: #56397C;
}
.AnyTagClassName
{
color: #56397C;
}
</style>
background-color css
<style>
a { background-color: #56397C; }
a { background-color: rgb(86,57,124); }
div.DivClassName
{
background-color: #56397C;
}
.BgClassName
{
background-color: #56397C;
}
</style>
border-color css
<style>
span { border-color: #56397C; }
span { border-color: rgb(86,57,124); }
td.TdClassName
{
border-color: #56397C;
}
.TagClassName
{
border-color: #56397C;
}
</style>