Shades of Kingfisher Daisy #5D368B
Tints of Kingfisher Daisy #5D368B
RGB
CMYK
RGB Variations
Color information
#5D368B (or 0x5D368B) is known color: Kingfisher Daisy. HEX triplet: 5D, 36 and 8B. RGB value is (93,54,139). Sum of RGB (Red+Green+Blue) = 93+54+139=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D368B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D368B is #A2C974. Grayscale: #4B4B4B. Windows color (decimal): -10668405 or 9123421. OLE color: 9123421.
HSL color Cylindrical-coordinate representation of color #5D368B: hue angle of 267.53º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D368B is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 54 | 139 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.45 |
| HSL | 267.53º | 0.44% | 0.38% | - |
| HSV(B) | 267.53º | 0.61% | 0.55% | - |
| XYZ | 10.49 | 6.83 | 25.19 | - |
| YUV | 75.35 | 163.92 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 54 | 139 | 0.33 | 0.61 | 0 | 0.45 | 267.53 | 0.44 | 0.38 |
| Hex | 5D | 36 | 8B | 21 | 3D | 0 | 2D | 10C | 2C | 26 |
| Octal | 135 | 66 | 213 | 41 | 75 | 0 | 55 | 414 | 54 | 46 |
| Binary | 1011101 | 110110 | 10001011 | 100001 | 111101 | 0 | 101101 | 100001100 | 101100 | 100110 |
Color Harmonies of #5D368B
Complementary color
Monochromatic Colors of #5D368B
Black with #5D368B
Text Example
Text Example
White with #5D368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D368B; }
p { color: rgb(93,54,139); }
H1.HeaderClassName
{
color: #5D368B;
}
.AnyTagClassName
{
color: #5D368B;
}
</style>
background-color css
<style>
a { background-color: #5D368B; }
a { background-color: rgb(93,54,139); }
div.DivClassName
{
background-color: #5D368B;
}
.BgClassName
{
background-color: #5D368B;
}
</style>
border-color css
<style>
span { border-color: #5D368B; }
span { border-color: rgb(93,54,139); }
td.TdClassName
{
border-color: #5D368B;
}
.TagClassName
{
border-color: #5D368B;
}
</style>