Shades of Honey Flower #5D426F
Tints of Honey Flower #5D426F
RGB
CMYK
RGB Variations
Color information
#5D426F (or 0x5D426F) is known color: Honey Flower. HEX triplet: 5D, 42 and 6F. RGB value is (93,66,111). Sum of RGB (Red+Green+Blue) = 93+66+111=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 111 - color contains mainly: blue. Hex color #5D426F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D426F is #A2BD90. Grayscale: #4F4F4F. Windows color (decimal): -10665361 or 7291485. OLE color: 7291485.
HSL color Cylindrical-coordinate representation of color #5D426F: hue angle of 276º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D426F is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 66 | 111 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.56 |
| HSL | 276º | 0.25% | 0.35% | - |
| HSV(B) | 276º | 0.41% | 0.44% | - |
| XYZ | 9.33 | 7.37 | 15.97 | - |
| YUV | 79.2 | 145.95 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 66 | 111 | 0.16 | 0.41 | 0 | 0.56 | 276 | 0.25 | 0.35 |
| Hex | 5D | 42 | 6F | 10 | 29 | 0 | 38 | 114 | 19 | 23 |
| Octal | 135 | 102 | 157 | 20 | 51 | 0 | 70 | 424 | 31 | 43 |
| Binary | 1011101 | 1000010 | 1101111 | 10000 | 101001 | 0 | 111000 | 100010100 | 11001 | 100011 |
Color Harmonies of #5D426F
Complementary color
Monochromatic Colors of #5D426F
Black with #5D426F
Text Example
Text Example
White with #5D426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D426F; }
p { color: rgb(93,66,111); }
H1.HeaderClassName
{
color: #5D426F;
}
.AnyTagClassName
{
color: #5D426F;
}
</style>
background-color css
<style>
a { background-color: #5D426F; }
a { background-color: rgb(93,66,111); }
div.DivClassName
{
background-color: #5D426F;
}
.BgClassName
{
background-color: #5D426F;
}
</style>
border-color css
<style>
span { border-color: #5D426F; }
span { border-color: rgb(93,66,111); }
td.TdClassName
{
border-color: #5D426F;
}
.TagClassName
{
border-color: #5D426F;
}
</style>