Shades of Honey Flower #5F3870
Tints of Honey Flower #5F3870
RGB
CMYK
RGB Variations
Color information
#5F3870 (or 0x5F3870) is known color: Honey Flower. HEX triplet: 5F, 38 and 70. RGB value is (95,56,112). Sum of RGB (Red+Green+Blue) = 95+56+112=263 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.12% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #5F3870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3870 is #A0C78F. Grayscale: #494949. Windows color (decimal): -10536848 or 7354463. OLE color: 7354463.
HSL color Cylindrical-coordinate representation of color #5F3870: hue angle of 281.79º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F3870 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 56 | 112 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.56 |
| HSL | 281.79º | 0.33% | 0.33% | - |
| HSV(B) | 281.79º | 0.5% | 0.44% | - |
| XYZ | 9.06 | 6.43 | 16.09 | - |
| YUV | 74.05 | 149.42 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 56 | 112 | 0.15 | 0.50 | 0 | 0.56 | 281.79 | 0.33 | 0.33 |
| Hex | 5F | 38 | 70 | F | 32 | 0 | 38 | 11A | 21 | 21 |
| Octal | 137 | 70 | 160 | 17 | 62 | 0 | 70 | 432 | 41 | 41 |
| Binary | 1011111 | 111000 | 1110000 | 1111 | 110010 | 0 | 111000 | 100011010 | 100001 | 100001 |
Color Harmonies of #5F3870
Complementary color
Monochromatic Colors of #5F3870
Black with #5F3870
Text Example
Text Example
White with #5F3870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3870; }
p { color: rgb(95,56,112); }
H1.HeaderClassName
{
color: #5F3870;
}
.AnyTagClassName
{
color: #5F3870;
}
</style>
background-color css
<style>
a { background-color: #5F3870; }
a { background-color: rgb(95,56,112); }
div.DivClassName
{
background-color: #5F3870;
}
.BgClassName
{
background-color: #5F3870;
}
</style>
border-color css
<style>
span { border-color: #5F3870; }
span { border-color: rgb(95,56,112); }
td.TdClassName
{
border-color: #5F3870;
}
.TagClassName
{
border-color: #5F3870;
}
</style>