Shades of Honey Flower #52435C
Tints of Honey Flower #52435C
RGB
CMYK
RGB Variations
Color information
#52435C (or 0x52435C) is known color: Honey Flower. HEX triplet: 52, 43 and 5C. RGB value is (82,67,92). Sum of RGB (Red+Green+Blue) = 82+67+92=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 92 - color contains mainly: blue. Hex color #52435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52435C is #ADBCA3. Grayscale: #4A4A4A. Windows color (decimal): -11386020 or 6046546. OLE color: 6046546.
HSL color Cylindrical-coordinate representation of color #52435C: hue angle of 276º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #52435C is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 67 | 92 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.64 |
| HSL | 276º | 0.16% | 0.31% | - |
| HSV(B) | 276º | 0.27% | 0.36% | - |
| XYZ | 7.42 | 6.58 | 11 | - |
| YUV | 74.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 67 | 92 | 0.11 | 0.27 | 0 | 0.64 | 276 | 0.16 | 0.31 |
| Hex | 52 | 43 | 5C | B | 1B | 0 | 40 | 114 | 10 | 1F |
| Octal | 122 | 103 | 134 | 13 | 33 | 0 | 100 | 424 | 20 | 37 |
| Binary | 1010010 | 1000011 | 1011100 | 1011 | 11011 | 0 | 1000000 | 100010100 | 10000 | 11111 |
Color Harmonies of #52435C
Complementary color
Monochromatic Colors of #52435C
Black with #52435C
Text Example
Text Example
White with #52435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52435C; }
p { color: rgb(82,67,92); }
H1.HeaderClassName
{
color: #52435C;
}
.AnyTagClassName
{
color: #52435C;
}
</style>
background-color css
<style>
a { background-color: #52435C; }
a { background-color: rgb(82,67,92); }
div.DivClassName
{
background-color: #52435C;
}
.BgClassName
{
background-color: #52435C;
}
</style>
border-color css
<style>
span { border-color: #52435C; }
span { border-color: rgb(82,67,92); }
td.TdClassName
{
border-color: #52435C;
}
.TagClassName
{
border-color: #52435C;
}
</style>