Shades of Kingfisher Daisy #5D308B
Tints of Kingfisher Daisy #5D308B
RGB
CMYK
RGB Variations
Color information
#5D308B (or 0x5D308B) is known color: Kingfisher Daisy. HEX triplet: 5D, 30 and 8B. RGB value is (93,48,139). Sum of RGB (Red+Green+Blue) = 93+48+139=280 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.21% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D308B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D308B is #A2CF74. Grayscale: #474747. Windows color (decimal): -10669941 or 9121885. OLE color: 9121885.
HSL color Cylindrical-coordinate representation of color #5D308B: hue angle of 269.67º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D308B is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 48 | 139 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.45 |
| HSL | 269.67º | 0.49% | 0.37% | - |
| HSV(B) | 269.67º | 0.65% | 0.55% | - |
| XYZ | 10.23 | 6.31 | 25.1 | - |
| YUV | 71.83 | 165.91 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 139 | 0.33 | 0.65 | 0 | 0.45 | 269.67 | 0.49 | 0.37 |
| Hex | 5D | 30 | 8B | 21 | 41 | 0 | 2D | 10E | 31 | 25 |
| Octal | 135 | 60 | 213 | 41 | 101 | 0 | 55 | 416 | 61 | 45 |
| Binary | 1011101 | 110000 | 10001011 | 100001 | 1000001 | 0 | 101101 | 100001110 | 110001 | 100101 |
Color Harmonies of #5D308B
Complementary color
Monochromatic Colors of #5D308B
Black with #5D308B
Text Example
Text Example
White with #5D308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D308B; }
p { color: rgb(93,48,139); }
H1.HeaderClassName
{
color: #5D308B;
}
.AnyTagClassName
{
color: #5D308B;
}
</style>
background-color css
<style>
a { background-color: #5D308B; }
a { background-color: rgb(93,48,139); }
div.DivClassName
{
background-color: #5D308B;
}
.BgClassName
{
background-color: #5D308B;
}
</style>
border-color css
<style>
span { border-color: #5D308B; }
span { border-color: rgb(93,48,139); }
td.TdClassName
{
border-color: #5D308B;
}
.TagClassName
{
border-color: #5D308B;
}
</style>