#573070

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

Shades of Honey Flower #573070

Tints of Honey Flower #573070

Color information

#573070 (or 0x573070) is unknown color: approx Honey Flower. HEX triplet: 57, 30 and 70. RGB value is (87,48,112). Sum of RGB (Red+Green+Blue) = 87+48+112=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #573070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573070 is #A8CF8F. Grayscale: #424242. Windows color (decimal): -11063184 or 7352407. OLE color: 7352407.

HSL color Cylindrical-coordinate representation of color #573070: hue angle of 276.56º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #573070 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8748112-
CMYK0.220.5700.56
HSL276.56º40%31.37%-
HSV(B)276.56º57.14%43.92%-
XYZ7.915.3115.94-
YUV66.96153.42142.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.22%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=35.22%
G=19.43%
B=45.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87481120.220.5700.56276.564031.37
Hex5730701639038115281f
Octal1276016026710704255037
Binary1010111110000111000010110111001011100010001010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573070; }

 p { color: rgb(87,48,112); }

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

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

 a { background-color: rgb(87,48,112); }

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

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

 span { border-color: rgb(87,48,112); }

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