Shades of Honey Flower #5F386E
Tints of Honey Flower #5F386E
RGB
CMYK
RGB Variations
Color information
#5F386E (or 0x5F386E) is known color: Honey Flower. HEX triplet: 5F, 38 and 6E. RGB value is (95,56,110). Sum of RGB (Red+Green+Blue) = 95+56+110=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F386E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F386E is #A0C791. Grayscale: #494949. Windows color (decimal): -10536850 or 7223391. OLE color: 7223391.
HSL color Cylindrical-coordinate representation of color #5F386E: hue angle of 283.33º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F386E is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 56 | 110 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.57 |
| HSL | 283.33º | 0.33% | 0.33% | - |
| HSV(B) | 283.33º | 0.49% | 0.43% | - |
| XYZ | 8.95 | 6.39 | 15.51 | - |
| YUV | 73.82 | 148.42 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 56 | 110 | 0.14 | 0.49 | 0 | 0.57 | 283.33 | 0.33 | 0.33 |
| Hex | 5F | 38 | 6E | E | 31 | 0 | 39 | 11B | 21 | 21 |
| Octal | 137 | 70 | 156 | 16 | 61 | 0 | 71 | 433 | 41 | 41 |
| Binary | 1011111 | 111000 | 1101110 | 1110 | 110001 | 0 | 111001 | 100011011 | 100001 | 100001 |
Color Harmonies of #5F386E
Complementary color
Monochromatic Colors of #5F386E
Black with #5F386E
Text Example
Text Example
White with #5F386E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F386E; }
p { color: rgb(95,56,110); }
H1.HeaderClassName
{
color: #5F386E;
}
.AnyTagClassName
{
color: #5F386E;
}
</style>
background-color css
<style>
a { background-color: #5F386E; }
a { background-color: rgb(95,56,110); }
div.DivClassName
{
background-color: #5F386E;
}
.BgClassName
{
background-color: #5F386E;
}
</style>
border-color css
<style>
span { border-color: #5F386E; }
span { border-color: rgb(95,56,110); }
td.TdClassName
{
border-color: #5F386E;
}
.TagClassName
{
border-color: #5F386E;
}
</style>