Shades of Kingfisher Daisy #56387D
Tints of Kingfisher Daisy #56387D
RGB
CMYK
RGB Variations
Color information
#56387D (or 0x56387D) is known color: Kingfisher Daisy. HEX triplet: 56, 38 and 7D. RGB value is (86,56,125). Sum of RGB (Red+Green+Blue) = 86+56+125=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #56387D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56387D is #A9C782. Grayscale: #484848. Windows color (decimal): -11126659 or 8206422. OLE color: 8206422.
HSL color Cylindrical-coordinate representation of color #56387D: hue angle of 266.09º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56387D is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 56 | 125 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.51 |
| HSL | 266.09º | 0.38% | 0.35% | - |
| HSV(B) | 266.09º | 0.55% | 0.49% | - |
| XYZ | 8.95 | 6.29 | 20.14 | - |
| YUV | 72.84 | 157.44 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 56 | 125 | 0.31 | 0.55 | 0 | 0.51 | 266.09 | 0.38 | 0.35 |
| Hex | 56 | 38 | 7D | 1F | 37 | 0 | 33 | 10A | 26 | 23 |
| Octal | 126 | 70 | 175 | 37 | 67 | 0 | 63 | 412 | 46 | 43 |
| Binary | 1010110 | 111000 | 1111101 | 11111 | 110111 | 0 | 110011 | 100001010 | 100110 | 100011 |
Color Harmonies of #56387D
Complementary color
Monochromatic Colors of #56387D
Black with #56387D
Text Example
Text Example
White with #56387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56387D; }
p { color: rgb(86,56,125); }
H1.HeaderClassName
{
color: #56387D;
}
.AnyTagClassName
{
color: #56387D;
}
</style>
background-color css
<style>
a { background-color: #56387D; }
a { background-color: rgb(86,56,125); }
div.DivClassName
{
background-color: #56387D;
}
.BgClassName
{
background-color: #56387D;
}
</style>
border-color css
<style>
span { border-color: #56387D; }
span { border-color: rgb(86,56,125); }
td.TdClassName
{
border-color: #56387D;
}
.TagClassName
{
border-color: #56387D;
}
</style>