Shades of Honey Flower #5D426E
Tints of Honey Flower #5D426E
RGB
CMYK
RGB Variations
Color information
#5D426E (or 0x5D426E) is known color: Honey Flower. HEX triplet: 5D, 42 and 6E. RGB value is (93,66,110). Sum of RGB (Red+Green+Blue) = 93+66+110=269 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.57% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 110 - color contains mainly: blue. Hex color #5D426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D426E is #A2BD91. Grayscale: #4E4E4E. Windows color (decimal): -10665362 or 7225949. OLE color: 7225949.
HSL color Cylindrical-coordinate representation of color #5D426E: hue angle of 276.82º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D426E is Cyan = 0.15, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 93 | 66 | 110 | - |
| CMYK | 0.15 | 0.4 | 0 | 0.57 |
| HSL | 276.82º | 0.25% | 0.35% | - |
| HSV(B) | 276.82º | 0.4% | 0.43% | - |
| XYZ | 9.28 | 7.35 | 15.68 | - |
| YUV | 79.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 66 | 110 | 0.15 | 0.4 | 0 | 0.57 | 276.82 | 0.25 | 0.35 |
| Hex | 5D | 42 | 6E | F | 28 | 0 | 39 | 115 | 19 | 23 |
| Octal | 135 | 102 | 156 | 17 | 50 | 0 | 71 | 425 | 31 | 43 |
| Binary | 1011101 | 1000010 | 1101110 | 1111 | 101000 | 0 | 111001 | 100010101 | 11001 | 100011 |
Color Harmonies of #5D426E
Complementary color
Monochromatic Colors of #5D426E
Black with #5D426E
Text Example
Text Example
White with #5D426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D426E; }
p { color: rgb(93,66,110); }
H1.HeaderClassName
{
color: #5D426E;
}
.AnyTagClassName
{
color: #5D426E;
}
</style>
background-color css
<style>
a { background-color: #5D426E; }
a { background-color: rgb(93,66,110); }
div.DivClassName
{
background-color: #5D426E;
}
.BgClassName
{
background-color: #5D426E;
}
</style>
border-color css
<style>
span { border-color: #5D426E; }
span { border-color: rgb(93,66,110); }
td.TdClassName
{
border-color: #5D426E;
}
.TagClassName
{
border-color: #5D426E;
}
</style>