Shades of Honey Flower #53445B
Tints of Honey Flower #53445B
RGB
CMYK
RGB Variations
Color information
#53445B (or 0x53445B) is known color: Honey Flower. HEX triplet: 53, 44 and 5B. RGB value is (83,68,91). Sum of RGB (Red+Green+Blue) = 83+68+91=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 91 - color contains mainly: blue. Hex color #53445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53445B is #ACBBA4. Grayscale: #4B4B4B. Windows color (decimal): -11320229 or 5981267. OLE color: 5981267.
HSL color Cylindrical-coordinate representation of color #53445B: hue angle of 279.13º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53445B is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 83 | 68 | 91 | - |
CMYK | 0.09 | 0.25 | 0 | 0.64 |
HSL | 279.13º | 0.14% | 0.31% | - |
HSV(B) | 279.13º | 0.25% | 0.36% | - |
XYZ | 7.52 | 6.73 | 10.8 | - |
YUV | 75.11 | 136.97 | 133.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 83 | 68 | 91 | 0.09 | 0.25 | 0 | 0.64 | 279.13 | 0.14 | 0.31 |
Hex | 53 | 44 | 5B | 9 | 19 | 0 | 40 | 117 | E | 1F |
Octal | 123 | 104 | 133 | 11 | 31 | 0 | 100 | 427 | 16 | 37 |
Binary | 1010011 | 1000100 | 1011011 | 1001 | 11001 | 0 | 1000000 | 100010111 | 1110 | 11111 |
Color Harmonies of #53445B
Complementary color
Monochromatic Colors of #53445B
Black with #53445B
Text Example
Text Example
White with #53445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53445B; }
p { color: rgb(83,68,91); }
H1.HeaderClassName
{
color: #53445B;
}
.AnyTagClassName
{
color: #53445B;
}
</style>
background-color css
<style>
a { background-color: #53445B; }
a { background-color: rgb(83,68,91); }
div.DivClassName
{
background-color: #53445B;
}
.BgClassName
{
background-color: #53445B;
}
</style>
border-color css
<style>
span { border-color: #53445B; }
span { border-color: rgb(83,68,91); }
td.TdClassName
{
border-color: #53445B;
}
.TagClassName
{
border-color: #53445B;
}
</style>