Shades of Honey Flower #5D426C
Tints of Honey Flower #5D426C
RGB
CMYK
RGB Variations
Color information
#5D426C (or 0x5D426C) is known color: Honey Flower. HEX triplet: 5D, 42 and 6C. RGB value is (93,66,108). Sum of RGB (Red+Green+Blue) = 93+66+108=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #5D426C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D426C is #A2BD93. Grayscale: #4E4E4E. Windows color (decimal): -10665364 or 7094877. OLE color: 7094877.
HSL color Cylindrical-coordinate representation of color #5D426C: hue angle of 278.57º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D426C is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 66 | 108 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.58 |
| HSL | 278.57º | 0.24% | 0.34% | - |
| HSV(B) | 278.57º | 0.39% | 0.42% | - |
| XYZ | 9.17 | 7.31 | 15.11 | - |
| YUV | 78.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 66 | 108 | 0.14 | 0.39 | 0 | 0.58 | 278.57 | 0.24 | 0.34 |
| Hex | 5D | 42 | 6C | E | 27 | 0 | 3A | 117 | 18 | 22 |
| Octal | 135 | 102 | 154 | 16 | 47 | 0 | 72 | 427 | 30 | 42 |
| Binary | 1011101 | 1000010 | 1101100 | 1110 | 100111 | 0 | 111010 | 100010111 | 11000 | 100010 |
Color Harmonies of #5D426C
Complementary color
Monochromatic Colors of #5D426C
Black with #5D426C
Text Example
Text Example
White with #5D426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D426C; }
p { color: rgb(93,66,108); }
H1.HeaderClassName
{
color: #5D426C;
}
.AnyTagClassName
{
color: #5D426C;
}
</style>
background-color css
<style>
a { background-color: #5D426C; }
a { background-color: rgb(93,66,108); }
div.DivClassName
{
background-color: #5D426C;
}
.BgClassName
{
background-color: #5D426C;
}
</style>
border-color css
<style>
span { border-color: #5D426C; }
span { border-color: rgb(93,66,108); }
td.TdClassName
{
border-color: #5D426C;
}
.TagClassName
{
border-color: #5D426C;
}
</style>