Shades of Kingfisher Daisy #5D2691
Tints of Kingfisher Daisy #5D2691
RGB
CMYK
RGB Variations
Color information
#5D2691 (or 0x5D2691) is known color: Kingfisher Daisy. HEX triplet: 5D, 26 and 91. RGB value is (93,38,145). Sum of RGB (Red+Green+Blue) = 93+38+145=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #5D2691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2691 is #A2D96E. Grayscale: #424242. Windows color (decimal): -10672495 or 9512541. OLE color: 9512541.
HSL color Cylindrical-coordinate representation of color #5D2691: hue angle of 270.84º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D2691 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 93 | 38 | 145 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.43 |
| HSL | 270.84º | 0.58% | 0.36% | - |
| HSV(B) | 270.84º | 0.74% | 0.57% | - |
| XYZ | 10.32 | 5.76 | 27.36 | - |
| YUV | 66.64 | 172.22 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 38 | 145 | 0.36 | 0.74 | 0 | 0.43 | 270.84 | 0.58 | 0.36 |
| Hex | 5D | 26 | 91 | 24 | 4A | 0 | 2B | 10F | 3A | 24 |
| Octal | 135 | 46 | 221 | 44 | 112 | 0 | 53 | 417 | 72 | 44 |
| Binary | 1011101 | 100110 | 10010001 | 100100 | 1001010 | 0 | 101011 | 100001111 | 111010 | 100100 |
Color Harmonies of #5D2691
Complementary color
Monochromatic Colors of #5D2691
Black with #5D2691
Text Example
Text Example
White with #5D2691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2691; }
p { color: rgb(93,38,145); }
H1.HeaderClassName
{
color: #5D2691;
}
.AnyTagClassName
{
color: #5D2691;
}
</style>
background-color css
<style>
a { background-color: #5D2691; }
a { background-color: rgb(93,38,145); }
div.DivClassName
{
background-color: #5D2691;
}
.BgClassName
{
background-color: #5D2691;
}
</style>
border-color css
<style>
span { border-color: #5D2691; }
span { border-color: rgb(93,38,145); }
td.TdClassName
{
border-color: #5D2691;
}
.TagClassName
{
border-color: #5D2691;
}
</style>