#572D73

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

Shades of Honey Flower #572D73

Tints of Honey Flower #572D73

Color information

#572D73 (or 0x572D73) is unknown color: approx Honey Flower. HEX triplet: 57, 2D and 73. RGB value is (87,45,115). Sum of RGB (Red+Green+Blue) = 87+45+115=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #572D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572D73 is #A8D28C. Grayscale: #414141. Windows color (decimal): -11063949 or 7548247. OLE color: 7548247.

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

Color convert

RGB8745115-
CMYK0.240.6100.55
HSL276º43.75%31.37%-
HSV(B)276º60.87%45.1%-
XYZ7.965.1416.79-
YUV65.54155.91143.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.22%
GREEN value IS 45 (17.97% from 255) = 18.22%
BLUE value IS 115 (45.31% from 255) = 46.56%
R=35.22%
G=18.22%
B=46.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87451150.240.6100.5527643.7531.37
Hex572D73183D0371142c1f
Octal1275516330750674245437
Binary1010111101101111001111000111101011011110001010010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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