Shades of Kingfisher Daisy #5D307A
Tints of Kingfisher Daisy #5D307A
RGB
CMYK
RGB Variations
Color information
#5D307A (or 0x5D307A) is known color: Kingfisher Daisy. HEX triplet: 5D, 30 and 7A. RGB value is (93,48,122). Sum of RGB (Red+Green+Blue) = 93+48+122=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #5D307A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D307A is #A2CF85. Grayscale: #454545. Windows color (decimal): -10669958 or 8007773. OLE color: 8007773.
HSL color Cylindrical-coordinate representation of color #5D307A: hue angle of 276.49º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D307A is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 93 | 48 | 122 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.52 |
| HSL | 276.49º | 0.44% | 0.33% | - |
| HSV(B) | 276.49º | 0.61% | 0.48% | - |
| XYZ | 9.08 | 5.85 | 19.06 | - |
| YUV | 69.89 | 157.41 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 122 | 0.24 | 0.61 | 0 | 0.52 | 276.49 | 0.44 | 0.33 |
| Hex | 5D | 30 | 7A | 18 | 3D | 0 | 34 | 114 | 2C | 21 |
| Octal | 135 | 60 | 172 | 30 | 75 | 0 | 64 | 424 | 54 | 41 |
| Binary | 1011101 | 110000 | 1111010 | 11000 | 111101 | 0 | 110100 | 100010100 | 101100 | 100001 |
Color Harmonies of #5D307A
Complementary color
Monochromatic Colors of #5D307A
Black with #5D307A
Text Example
Text Example
White with #5D307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D307A; }
p { color: rgb(93,48,122); }
H1.HeaderClassName
{
color: #5D307A;
}
.AnyTagClassName
{
color: #5D307A;
}
</style>
background-color css
<style>
a { background-color: #5D307A; }
a { background-color: rgb(93,48,122); }
div.DivClassName
{
background-color: #5D307A;
}
.BgClassName
{
background-color: #5D307A;
}
</style>
border-color css
<style>
span { border-color: #5D307A; }
span { border-color: rgb(93,48,122); }
td.TdClassName
{
border-color: #5D307A;
}
.TagClassName
{
border-color: #5D307A;
}
</style>