Shades of Kingfisher Daisy #5D417B
Tints of Kingfisher Daisy #5D417B
RGB
CMYK
RGB Variations
Color information
#5D417B (or 0x5D417B) is known color: Kingfisher Daisy. HEX triplet: 5D, 41 and 7B. RGB value is (93,65,123). Sum of RGB (Red+Green+Blue) = 93+65+123=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 123 - color contains mainly: blue. Hex color #5D417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D417B is #A2BE84. Grayscale: #4F4F4F. Windows color (decimal): -10665605 or 8077661. OLE color: 8077661.
HSL color Cylindrical-coordinate representation of color #5D417B: hue angle of 268.97º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D417B is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 93 | 65 | 123 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.52 |
| HSL | 268.97º | 0.31% | 0.37% | - |
| HSV(B) | 268.97º | 0.47% | 0.48% | - |
| XYZ | 9.98 | 7.54 | 19.67 | - |
| YUV | 79.98 | 152.28 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 65 | 123 | 0.24 | 0.47 | 0 | 0.52 | 268.97 | 0.31 | 0.37 |
| Hex | 5D | 41 | 7B | 18 | 2F | 0 | 34 | 10D | 1F | 25 |
| Octal | 135 | 101 | 173 | 30 | 57 | 0 | 64 | 415 | 37 | 45 |
| Binary | 1011101 | 1000001 | 1111011 | 11000 | 101111 | 0 | 110100 | 100001101 | 11111 | 100101 |
Color Harmonies of #5D417B
Complementary color
Monochromatic Colors of #5D417B
Black with #5D417B
Text Example
Text Example
White with #5D417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D417B; }
p { color: rgb(93,65,123); }
H1.HeaderClassName
{
color: #5D417B;
}
.AnyTagClassName
{
color: #5D417B;
}
</style>
background-color css
<style>
a { background-color: #5D417B; }
a { background-color: rgb(93,65,123); }
div.DivClassName
{
background-color: #5D417B;
}
.BgClassName
{
background-color: #5D417B;
}
</style>
border-color css
<style>
span { border-color: #5D417B; }
span { border-color: rgb(93,65,123); }
td.TdClassName
{
border-color: #5D417B;
}
.TagClassName
{
border-color: #5D417B;
}
</style>