Shades of Honey Flower #572B67
Tints of Honey Flower #572B67
RGB
CMYK
RGB Variations
Color information
#572B67 (or 0x572B67) is known color: Honey Flower. HEX triplet: 57, 2B and 67. RGB value is (87,43,103). Sum of RGB (Red+Green+Blue) = 87+43+103=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 103 - color contains mainly: blue. Hex color #572B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572B67 is #A8D498. Grayscale: #3E3E3E. Windows color (decimal): -11064473 or 6761303. OLE color: 6761303.
HSL color Cylindrical-coordinate representation of color #572B67: hue angle of 284º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #572B67 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 43 | 103 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.60 |
| HSL | 284º | 0.41% | 0.29% | - |
| HSV(B) | 284º | 0.58% | 0.4% | - |
| XYZ | 7.24 | 4.73 | 13.36 | - |
| YUV | 63 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 103 | 0.16 | 0.58 | 0 | 0.60 | 284 | 0.41 | 0.29 |
| Hex | 57 | 2B | 67 | 10 | 3A | 0 | 3C | 11C | 29 | 1D |
| Octal | 127 | 53 | 147 | 20 | 72 | 0 | 74 | 434 | 51 | 35 |
| Binary | 1010111 | 101011 | 1100111 | 10000 | 111010 | 0 | 111100 | 100011100 | 101001 | 11101 |
Color Harmonies of #572B67
Complementary color
Monochromatic Colors of #572B67
Black with #572B67
Text Example
Text Example
White with #572B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572B67; }
p { color: rgb(87,43,103); }
H1.HeaderClassName
{
color: #572B67;
}
.AnyTagClassName
{
color: #572B67;
}
</style>
background-color css
<style>
a { background-color: #572B67; }
a { background-color: rgb(87,43,103); }
div.DivClassName
{
background-color: #572B67;
}
.BgClassName
{
background-color: #572B67;
}
</style>
border-color css
<style>
span { border-color: #572B67; }
span { border-color: rgb(87,43,103); }
td.TdClassName
{
border-color: #572B67;
}
.TagClassName
{
border-color: #572B67;
}
</style>