Shades of Honey Flower #5E4B6A
Tints of Honey Flower #5E4B6A
RGB
CMYK
RGB Variations
Color information
#5E4B6A (or 0x5E4B6A) is known color: Honey Flower. HEX triplet: 5E, 4B and 6A. RGB value is (94,75,106). Sum of RGB (Red+Green+Blue) = 94+75+106=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 106 - color contains mainly: blue. Hex color #5E4B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4B6A is #A1B495. Grayscale: #545454. Windows color (decimal): -10597526 or 6966110. OLE color: 6966110.
HSL color Cylindrical-coordinate representation of color #5E4B6A: hue angle of 276.77º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E4B6A is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
RGB | 94 | 75 | 106 | - |
CMYK | 0.11 | 0.29 | 0 | 0.58 |
HSL | 276.77º | 0.17% | 0.35% | - |
HSV(B) | 276.77º | 0.29% | 0.42% | - |
XYZ | 9.73 | 8.45 | 14.75 | - |
YUV | 84.22 | 140.29 | 134.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 75 | 106 | 0.11 | 0.29 | 0 | 0.58 | 276.77 | 0.17 | 0.35 |
Hex | 5E | 4B | 6A | B | 1D | 0 | 3A | 115 | 11 | 23 |
Octal | 136 | 113 | 152 | 13 | 35 | 0 | 72 | 425 | 21 | 43 |
Binary | 1011110 | 1001011 | 1101010 | 1011 | 11101 | 0 | 111010 | 100010101 | 10001 | 100011 |
Color Harmonies of #5E4B6A
Complementary color
Monochromatic Colors of #5E4B6A
Black with #5E4B6A
Text Example
Text Example
White with #5E4B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4B6A; }
p { color: rgb(94,75,106); }
H1.HeaderClassName
{
color: #5E4B6A;
}
.AnyTagClassName
{
color: #5E4B6A;
}
</style>
background-color css
<style>
a { background-color: #5E4B6A; }
a { background-color: rgb(94,75,106); }
div.DivClassName
{
background-color: #5E4B6A;
}
.BgClassName
{
background-color: #5E4B6A;
}
</style>
border-color css
<style>
span { border-color: #5E4B6A; }
span { border-color: rgb(94,75,106); }
td.TdClassName
{
border-color: #5E4B6A;
}
.TagClassName
{
border-color: #5E4B6A;
}
</style>