Shades of Honey Flower #5F416A
Tints of Honey Flower #5F416A
RGB
CMYK
RGB Variations
Color information
#5F416A (or 0x5F416A) is known color: Honey Flower. HEX triplet: 5F, 41 and 6A. RGB value is (95,65,106). Sum of RGB (Red+Green+Blue) = 95+65+106=266 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.71% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 106 - color contains mainly: blue. Hex color #5F416A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F416A is #A0BE95. Grayscale: #4E4E4E. Windows color (decimal): -10534550 or 6963551. OLE color: 6963551.
HSL color Cylindrical-coordinate representation of color #5F416A: hue angle of 283.9º 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 #5F416A is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 65 | 106 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.58 |
| HSL | 283.9º | 0.24% | 0.34% | - |
| HSV(B) | 283.9º | 0.39% | 0.42% | - |
| XYZ | 9.21 | 7.25 | 14.55 | - |
| YUV | 78.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 65 | 106 | 0.10 | 0.39 | 0 | 0.58 | 283.9 | 0.24 | 0.34 |
| Hex | 5F | 41 | 6A | A | 27 | 0 | 3A | 11C | 18 | 22 |
| Octal | 137 | 101 | 152 | 12 | 47 | 0 | 72 | 434 | 30 | 42 |
| Binary | 1011111 | 1000001 | 1101010 | 1010 | 100111 | 0 | 111010 | 100011100 | 11000 | 100010 |
Color Harmonies of #5F416A
Complementary color
Monochromatic Colors of #5F416A
Black with #5F416A
Text Example
Text Example
White with #5F416A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F416A; }
p { color: rgb(95,65,106); }
H1.HeaderClassName
{
color: #5F416A;
}
.AnyTagClassName
{
color: #5F416A;
}
</style>
background-color css
<style>
a { background-color: #5F416A; }
a { background-color: rgb(95,65,106); }
div.DivClassName
{
background-color: #5F416A;
}
.BgClassName
{
background-color: #5F416A;
}
</style>
border-color css
<style>
span { border-color: #5F416A; }
span { border-color: rgb(95,65,106); }
td.TdClassName
{
border-color: #5F416A;
}
.TagClassName
{
border-color: #5F416A;
}
</style>