Shades of Honey Flower #5F456C
Tints of Honey Flower #5F456C
RGB
CMYK
RGB Variations
Color information
#5F456C (or 0x5F456C) is known color: Honey Flower. HEX triplet: 5F, 45 and 6C. RGB value is (95,69,108). Sum of RGB (Red+Green+Blue) = 95+69+108=272 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.93% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 108 - color contains mainly: blue. Hex color #5F456C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F456C is #A0BA93. Grayscale: #515151. Windows color (decimal): -10533524 or 7095647. OLE color: 7095647.
HSL color Cylindrical-coordinate representation of color #5F456C: hue angle of 280º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F456C is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 69 | 108 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.58 |
| HSL | 280º | 0.22% | 0.35% | - |
| HSV(B) | 280º | 0.36% | 0.42% | - |
| XYZ | 9.55 | 7.77 | 15.18 | - |
| YUV | 81.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 69 | 108 | 0.12 | 0.36 | 0 | 0.58 | 280 | 0.22 | 0.35 |
| Hex | 5F | 45 | 6C | C | 24 | 0 | 3A | 118 | 16 | 23 |
| Octal | 137 | 105 | 154 | 14 | 44 | 0 | 72 | 430 | 26 | 43 |
| Binary | 1011111 | 1000101 | 1101100 | 1100 | 100100 | 0 | 111010 | 100011000 | 10110 | 100011 |
Color Harmonies of #5F456C
Complementary color
Monochromatic Colors of #5F456C
Black with #5F456C
Text Example
Text Example
White with #5F456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F456C; }
p { color: rgb(95,69,108); }
H1.HeaderClassName
{
color: #5F456C;
}
.AnyTagClassName
{
color: #5F456C;
}
</style>
background-color css
<style>
a { background-color: #5F456C; }
a { background-color: rgb(95,69,108); }
div.DivClassName
{
background-color: #5F456C;
}
.BgClassName
{
background-color: #5F456C;
}
</style>
border-color css
<style>
span { border-color: #5F456C; }
span { border-color: rgb(95,69,108); }
td.TdClassName
{
border-color: #5F456C;
}
.TagClassName
{
border-color: #5F456C;
}
</style>