#572E73

Color #572E73 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #572E73

Tints of Honey Flower #572E73

Color information

#572E73 (or 0x572E73) is unknown color: approx Honey Flower. HEX triplet: 57, 2E and 73. RGB value is (87,46,115). Sum of RGB (Red+Green+Blue) = 87+46+115=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #572E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572E73 is #A8D18C. Grayscale: #414141. Windows color (decimal): -11063693 or 7548503. OLE color: 7548503.

HSL color Cylindrical-coordinate representation of color #572E73: hue angle of 275.65º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #572E73 is Cyan = 0.24, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8746115-
CMYK0.240.600.55
HSL275.65º42.86%31.57%-
HSV(B)275.65º60%45.1%-
XYZ85.2216.81-
YUV66.12155.58142.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 35.08%
GREEN value IS 46 (18.36% from 255) = 18.55%
BLUE value IS 115 (45.31% from 255) = 46.37%
R=35.08%
G=18.55%
B=46.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87461150.240.600.55275.6542.8631.57
Hex572E73183C0371142b20
Octal1275616330740674245340
Binary10101111011101110011110001111000110111100010100101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572E73; }

 p { color: rgb(87,46,115); }

 H1.HeaderClassName
 {
   color: #572E73;
 }
 .AnyTagClassName
 {
   color: #572E73;
 }
</style>
background-color css

<style>
 a { background-color: #572E73; }

 a { background-color: rgb(87,46,115); }

 div.DivClassName
 {
   background-color: #572E73;
 }
 .BgClassName
 {
   background-color: #572E73;
 }
</style>
border-color css

<style>
 span { border-color: #572E73; }

 span { border-color: rgb(87,46,115); }

 td.TdClassName
 {
   border-color: #572E73;
 }
 .TagClassName
 {
   border-color: #572E73;
 }
</style>