Shades of Honey Flower #5C3A67
Tints of Honey Flower #5C3A67
RGB
CMYK
RGB Variations
Color information
#5C3A67 (or 0x5C3A67) is known color: Honey Flower. HEX triplet: 5C, 3A and 67. RGB value is (92,58,103). Sum of RGB (Red+Green+Blue) = 92+58+103=253 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.36% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 103 - color contains mainly: blue. Hex color #5C3A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3A67 is #A3C598. Grayscale: #494949. Windows color (decimal): -10732953 or 6765148. OLE color: 6765148.
HSL color Cylindrical-coordinate representation of color #5C3A67: hue angle of 285.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5C3A67 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 58 | 103 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.60 |
| HSL | 285.33º | 0.28% | 0.32% | - |
| HSV(B) | 285.33º | 0.44% | 0.4% | - |
| XYZ | 8.37 | 6.28 | 13.6 | - |
| YUV | 73.3 | 144.76 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 58 | 103 | 0.11 | 0.44 | 0 | 0.60 | 285.33 | 0.28 | 0.32 |
| Hex | 5C | 3A | 67 | B | 2C | 0 | 3C | 11D | 1C | 20 |
| Octal | 134 | 72 | 147 | 13 | 54 | 0 | 74 | 435 | 34 | 40 |
| Binary | 1011100 | 111010 | 1100111 | 1011 | 101100 | 0 | 111100 | 100011101 | 11100 | 100000 |
Color Harmonies of #5C3A67
Complementary color
Monochromatic Colors of #5C3A67
Black with #5C3A67
Text Example
Text Example
White with #5C3A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3A67; }
p { color: rgb(92,58,103); }
H1.HeaderClassName
{
color: #5C3A67;
}
.AnyTagClassName
{
color: #5C3A67;
}
</style>
background-color css
<style>
a { background-color: #5C3A67; }
a { background-color: rgb(92,58,103); }
div.DivClassName
{
background-color: #5C3A67;
}
.BgClassName
{
background-color: #5C3A67;
}
</style>
border-color css
<style>
span { border-color: #5C3A67; }
span { border-color: rgb(92,58,103); }
td.TdClassName
{
border-color: #5C3A67;
}
.TagClassName
{
border-color: #5C3A67;
}
</style>