Shades of Honey Flower #5E4273
Tints of Honey Flower #5E4273
RGB
CMYK
RGB Variations
Color information
#5E4273 (or 0x5E4273) is known color: Honey Flower. HEX triplet: 5E, 42 and 73. RGB value is (94,66,115). Sum of RGB (Red+Green+Blue) = 94+66+115=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E4273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4273 is #A1BD8C. Grayscale: #4F4F4F. Windows color (decimal): -10599821 or 7553630. OLE color: 7553630.
HSL color Cylindrical-coordinate representation of color #5E4273: hue angle of 274.29º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E4273 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
RGB | 94 | 66 | 115 | - |
CMYK | 0.18 | 0.43 | 0 | 0.55 |
HSL | 274.29º | 0.27% | 0.35% | - |
HSV(B) | 274.29º | 0.43% | 0.45% | - |
XYZ | 9.66 | 7.51 | 17.16 | - |
YUV | 79.96 | 147.78 | 138.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 66 | 115 | 0.18 | 0.43 | 0 | 0.55 | 274.29 | 0.27 | 0.35 |
Hex | 5E | 42 | 73 | 12 | 2B | 0 | 37 | 112 | 1B | 23 |
Octal | 136 | 102 | 163 | 22 | 53 | 0 | 67 | 422 | 33 | 43 |
Binary | 1011110 | 1000010 | 1110011 | 10010 | 101011 | 0 | 110111 | 100010010 | 11011 | 100011 |
Color Harmonies of #5E4273
Complementary color
Monochromatic Colors of #5E4273
Black with #5E4273
Text Example
Text Example
White with #5E4273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4273; }
p { color: rgb(94,66,115); }
H1.HeaderClassName
{
color: #5E4273;
}
.AnyTagClassName
{
color: #5E4273;
}
</style>
background-color css
<style>
a { background-color: #5E4273; }
a { background-color: rgb(94,66,115); }
div.DivClassName
{
background-color: #5E4273;
}
.BgClassName
{
background-color: #5E4273;
}
</style>
border-color css
<style>
span { border-color: #5E4273; }
span { border-color: rgb(94,66,115); }
td.TdClassName
{
border-color: #5E4273;
}
.TagClassName
{
border-color: #5E4273;
}
</style>