Shades of Honey Flower #572A67
Tints of Honey Flower #572A67
RGB
CMYK
RGB Variations
Color information
#572A67 (or 0x572A67) is known color: Honey Flower. HEX triplet: 57, 2A and 67. RGB value is (87,42,103). Sum of RGB (Red+Green+Blue) = 87+42+103=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #572A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572A67 is #A8D598. Grayscale: #3E3E3E. Windows color (decimal): -11064729 or 6761047. OLE color: 6761047.
HSL color Cylindrical-coordinate representation of color #572A67: hue angle of 284.26º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #572A67 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 42 | 103 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.60 |
| HSL | 284.26º | 0.42% | 0.28% | - |
| HSV(B) | 284.26º | 0.59% | 0.4% | - |
| XYZ | 7.21 | 4.66 | 13.35 | - |
| YUV | 62.41 | 150.91 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 42 | 103 | 0.16 | 0.59 | 0 | 0.60 | 284.26 | 0.42 | 0.28 |
| Hex | 57 | 2A | 67 | 10 | 3B | 0 | 3C | 11C | 2A | 1C |
| Octal | 127 | 52 | 147 | 20 | 73 | 0 | 74 | 434 | 52 | 34 |
| Binary | 1010111 | 101010 | 1100111 | 10000 | 111011 | 0 | 111100 | 100011100 | 101010 | 11100 |
Color Harmonies of #572A67
Complementary color
Monochromatic Colors of #572A67
Black with #572A67
Text Example
Text Example
White with #572A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572A67; }
p { color: rgb(87,42,103); }
H1.HeaderClassName
{
color: #572A67;
}
.AnyTagClassName
{
color: #572A67;
}
</style>
background-color css
<style>
a { background-color: #572A67; }
a { background-color: rgb(87,42,103); }
div.DivClassName
{
background-color: #572A67;
}
.BgClassName
{
background-color: #572A67;
}
</style>
border-color css
<style>
span { border-color: #572A67; }
span { border-color: rgb(87,42,103); }
td.TdClassName
{
border-color: #572A67;
}
.TagClassName
{
border-color: #572A67;
}
</style>