Shades of Kingfisher Daisy #5D308C
Tints of Kingfisher Daisy #5D308C
RGB
CMYK
RGB Variations
Color information
#5D308C (or 0x5D308C) is known color: Kingfisher Daisy. HEX triplet: 5D, 30 and 8C. RGB value is (93,48,140). Sum of RGB (Red+Green+Blue) = 93+48+140=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #5D308C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D308C is #A2CF73. Grayscale: #474747. Windows color (decimal): -10669940 or 9187421. OLE color: 9187421.
HSL color Cylindrical-coordinate representation of color #5D308C: hue angle of 269.35º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D308C is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 48 | 140 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.45 |
| HSL | 269.35º | 0.49% | 0.37% | - |
| HSV(B) | 269.35º | 0.66% | 0.55% | - |
| XYZ | 10.3 | 6.33 | 25.49 | - |
| YUV | 71.94 | 166.41 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 140 | 0.34 | 0.66 | 0 | 0.45 | 269.35 | 0.49 | 0.37 |
| Hex | 5D | 30 | 8C | 22 | 42 | 0 | 2D | 10D | 31 | 25 |
| Octal | 135 | 60 | 214 | 42 | 102 | 0 | 55 | 415 | 61 | 45 |
| Binary | 1011101 | 110000 | 10001100 | 100010 | 1000010 | 0 | 101101 | 100001101 | 110001 | 100101 |
Color Harmonies of #5D308C
Complementary color
Monochromatic Colors of #5D308C
Black with #5D308C
Text Example
Text Example
White with #5D308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D308C; }
p { color: rgb(93,48,140); }
H1.HeaderClassName
{
color: #5D308C;
}
.AnyTagClassName
{
color: #5D308C;
}
</style>
background-color css
<style>
a { background-color: #5D308C; }
a { background-color: rgb(93,48,140); }
div.DivClassName
{
background-color: #5D308C;
}
.BgClassName
{
background-color: #5D308C;
}
</style>
border-color css
<style>
span { border-color: #5D308C; }
span { border-color: rgb(93,48,140); }
td.TdClassName
{
border-color: #5D308C;
}
.TagClassName
{
border-color: #5D308C;
}
</style>