Shades of Kingfisher Daisy #5D2F7C
Tints of Kingfisher Daisy #5D2F7C
RGB
CMYK
RGB Variations
Color information
#5D2F7C (or 0x5D2F7C) is known color: Kingfisher Daisy. HEX triplet: 5D, 2F and 7C. RGB value is (93,47,124). Sum of RGB (Red+Green+Blue) = 93+47+124=264 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.23% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D2F7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2F7C is #A2D083. Grayscale: #454545. Windows color (decimal): -10670212 or 8138589. OLE color: 8138589.
HSL color Cylindrical-coordinate representation of color #5D2F7C: hue angle of 275.84º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D2F7C is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 47 | 124 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.51 |
| HSL | 275.84º | 0.45% | 0.34% | - |
| HSV(B) | 275.84º | 0.62% | 0.49% | - |
| XYZ | 9.17 | 5.82 | 19.71 | - |
| YUV | 69.53 | 158.74 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 47 | 124 | 0.25 | 0.62 | 0 | 0.51 | 275.84 | 0.45 | 0.34 |
| Hex | 5D | 2F | 7C | 19 | 3E | 0 | 33 | 114 | 2D | 22 |
| Octal | 135 | 57 | 174 | 31 | 76 | 0 | 63 | 424 | 55 | 42 |
| Binary | 1011101 | 101111 | 1111100 | 11001 | 111110 | 0 | 110011 | 100010100 | 101101 | 100010 |
Color Harmonies of #5D2F7C
Complementary color
Monochromatic Colors of #5D2F7C
Black with #5D2F7C
Text Example
Text Example
White with #5D2F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2F7C; }
p { color: rgb(93,47,124); }
H1.HeaderClassName
{
color: #5D2F7C;
}
.AnyTagClassName
{
color: #5D2F7C;
}
</style>
background-color css
<style>
a { background-color: #5D2F7C; }
a { background-color: rgb(93,47,124); }
div.DivClassName
{
background-color: #5D2F7C;
}
.BgClassName
{
background-color: #5D2F7C;
}
</style>
border-color css
<style>
span { border-color: #5D2F7C; }
span { border-color: rgb(93,47,124); }
td.TdClassName
{
border-color: #5D2F7C;
}
.TagClassName
{
border-color: #5D2F7C;
}
</style>