Shades of Kingfisher Daisy #5D3688
Tints of Kingfisher Daisy #5D3688
RGB
CMYK
RGB Variations
Color information
#5D3688 (or 0x5D3688) is known color: Kingfisher Daisy. HEX triplet: 5D, 36 and 88. RGB value is (93,54,136). Sum of RGB (Red+Green+Blue) = 93+54+136=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: blue. Hex color #5D3688 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3688 is #A2C977. Grayscale: #4A4A4A. Windows color (decimal): -10668408 or 8926813. OLE color: 8926813.
HSL color Cylindrical-coordinate representation of color #5D3688: hue angle of 268.54º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D3688 is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 54 | 136 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.47 |
| HSL | 268.54º | 0.43% | 0.37% | - |
| HSV(B) | 268.54º | 0.6% | 0.53% | - |
| XYZ | 10.28 | 6.74 | 24.05 | - |
| YUV | 75.01 | 162.42 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 54 | 136 | 0.32 | 0.60 | 0 | 0.47 | 268.54 | 0.43 | 0.37 |
| Hex | 5D | 36 | 88 | 20 | 3C | 0 | 2F | 10D | 2B | 25 |
| Octal | 135 | 66 | 210 | 40 | 74 | 0 | 57 | 415 | 53 | 45 |
| Binary | 1011101 | 110110 | 10001000 | 100000 | 111100 | 0 | 101111 | 100001101 | 101011 | 100101 |
Color Harmonies of #5D3688
Complementary color
Monochromatic Colors of #5D3688
Black with #5D3688
Text Example
Text Example
White with #5D3688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3688; }
p { color: rgb(93,54,136); }
H1.HeaderClassName
{
color: #5D3688;
}
.AnyTagClassName
{
color: #5D3688;
}
</style>
background-color css
<style>
a { background-color: #5D3688; }
a { background-color: rgb(93,54,136); }
div.DivClassName
{
background-color: #5D3688;
}
.BgClassName
{
background-color: #5D3688;
}
</style>
border-color css
<style>
span { border-color: #5D3688; }
span { border-color: rgb(93,54,136); }
td.TdClassName
{
border-color: #5D3688;
}
.TagClassName
{
border-color: #5D3688;
}
</style>