Shades of Kingfisher Daisy #5D238B
Tints of Kingfisher Daisy #5D238B
RGB
CMYK
RGB Variations
Color information
#5D238B (or 0x5D238B) is known color: Kingfisher Daisy. HEX triplet: 5D, 23 and 8B. RGB value is (93,35,139). Sum of RGB (Red+Green+Blue) = 93+35+139=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D238B is #A2DC74. Grayscale: #3F3F3F. Windows color (decimal): -10673269 or 9118557. OLE color: 9118557.
HSL color Cylindrical-coordinate representation of color #5D238B: hue angle of 273.46º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D238B is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 35 | 139 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.45 |
| HSL | 273.46º | 0.6% | 0.34% | - |
| HSV(B) | 273.46º | 0.75% | 0.55% | - |
| XYZ | 9.78 | 5.39 | 24.95 | - |
| YUV | 64.2 | 170.22 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 35 | 139 | 0.33 | 0.75 | 0 | 0.45 | 273.46 | 0.6 | 0.34 |
| Hex | 5D | 23 | 8B | 21 | 4B | 0 | 2D | 111 | 3C | 22 |
| Octal | 135 | 43 | 213 | 41 | 113 | 0 | 55 | 421 | 74 | 42 |
| Binary | 1011101 | 100011 | 10001011 | 100001 | 1001011 | 0 | 101101 | 100010001 | 111100 | 100010 |
Color Harmonies of #5D238B
Complementary color
Monochromatic Colors of #5D238B
Black with #5D238B
Text Example
Text Example
White with #5D238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D238B; }
p { color: rgb(93,35,139); }
H1.HeaderClassName
{
color: #5D238B;
}
.AnyTagClassName
{
color: #5D238B;
}
</style>
background-color css
<style>
a { background-color: #5D238B; }
a { background-color: rgb(93,35,139); }
div.DivClassName
{
background-color: #5D238B;
}
.BgClassName
{
background-color: #5D238B;
}
</style>
border-color css
<style>
span { border-color: #5D238B; }
span { border-color: rgb(93,35,139); }
td.TdClassName
{
border-color: #5D238B;
}
.TagClassName
{
border-color: #5D238B;
}
</style>