Shades of Honey Flower #5C4B67
Tints of Honey Flower #5C4B67
RGB
CMYK
RGB Variations
Color information
#5C4B67 (or 0x5C4B67) is known color: Honey Flower. HEX triplet: 5C, 4B and 67. RGB value is (92,75,103). Sum of RGB (Red+Green+Blue) = 92+75+103=270 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.07% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 103 - color contains mainly: blue. Hex color #5C4B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4B67 is #A3B498. Grayscale: #535353. Windows color (decimal): -10728601 or 6769500. OLE color: 6769500.
HSL color Cylindrical-coordinate representation of color #5C4B67: hue angle of 276.43º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C4B67 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 75 | 103 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.60 |
| HSL | 276.43º | 0.16% | 0.35% | - |
| HSV(B) | 276.43º | 0.27% | 0.4% | - |
| XYZ | 9.38 | 8.29 | 13.94 | - |
| YUV | 83.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 75 | 103 | 0.11 | 0.27 | 0 | 0.60 | 276.43 | 0.16 | 0.35 |
| Hex | 5C | 4B | 67 | B | 1B | 0 | 3C | 114 | 10 | 23 |
| Octal | 134 | 113 | 147 | 13 | 33 | 0 | 74 | 424 | 20 | 43 |
| Binary | 1011100 | 1001011 | 1100111 | 1011 | 11011 | 0 | 111100 | 100010100 | 10000 | 100011 |
Color Harmonies of #5C4B67
Complementary color
Monochromatic Colors of #5C4B67
Black with #5C4B67
Text Example
Text Example
White with #5C4B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4B67; }
p { color: rgb(92,75,103); }
H1.HeaderClassName
{
color: #5C4B67;
}
.AnyTagClassName
{
color: #5C4B67;
}
</style>
background-color css
<style>
a { background-color: #5C4B67; }
a { background-color: rgb(92,75,103); }
div.DivClassName
{
background-color: #5C4B67;
}
.BgClassName
{
background-color: #5C4B67;
}
</style>
border-color css
<style>
span { border-color: #5C4B67; }
span { border-color: rgb(92,75,103); }
td.TdClassName
{
border-color: #5C4B67;
}
.TagClassName
{
border-color: #5C4B67;
}
</style>