Shades of Kingfisher Daisy #5D268E
Tints of Kingfisher Daisy #5D268E
RGB
CMYK
RGB Variations
Color information
#5D268E (or 0x5D268E) is known color: Kingfisher Daisy. HEX triplet: 5D, 26 and 8E. RGB value is (93,38,142). Sum of RGB (Red+Green+Blue) = 93+38+142=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #5D268E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D268E is #A2D971. Grayscale: #414141. Windows color (decimal): -10672498 or 9315933. OLE color: 9315933.
HSL color Cylindrical-coordinate representation of color #5D268E: hue angle of 271.73º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D268E is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 38 | 142 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.44 |
| HSL | 271.73º | 0.58% | 0.35% | - |
| HSV(B) | 271.73º | 0.73% | 0.56% | - |
| XYZ | 10.09 | 5.67 | 26.15 | - |
| YUV | 66.3 | 170.72 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 38 | 142 | 0.35 | 0.73 | 0 | 0.44 | 271.73 | 0.58 | 0.35 |
| Hex | 5D | 26 | 8E | 23 | 49 | 0 | 2C | 110 | 3A | 23 |
| Octal | 135 | 46 | 216 | 43 | 111 | 0 | 54 | 420 | 72 | 43 |
| Binary | 1011101 | 100110 | 10001110 | 100011 | 1001001 | 0 | 101100 | 100010000 | 111010 | 100011 |
Color Harmonies of #5D268E
Complementary color
Monochromatic Colors of #5D268E
Black with #5D268E
Text Example
Text Example
White with #5D268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D268E; }
p { color: rgb(93,38,142); }
H1.HeaderClassName
{
color: #5D268E;
}
.AnyTagClassName
{
color: #5D268E;
}
</style>
background-color css
<style>
a { background-color: #5D268E; }
a { background-color: rgb(93,38,142); }
div.DivClassName
{
background-color: #5D268E;
}
.BgClassName
{
background-color: #5D268E;
}
</style>
border-color css
<style>
span { border-color: #5D268E; }
span { border-color: rgb(93,38,142); }
td.TdClassName
{
border-color: #5D268E;
}
.TagClassName
{
border-color: #5D268E;
}
</style>