#572770

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

Shades of Honey Flower #572770

Tints of Honey Flower #572770

Color information

#572770 (or 0x572770) is unknown color: approx Honey Flower. HEX triplet: 57, 27 and 70. RGB value is (87,39,112). Sum of RGB (Red+Green+Blue) = 87+39+112=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 112 - color contains mainly: blue. Hex color #572770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572770 is #A8D88F. Grayscale: #3D3D3D. Windows color (decimal): -11065488 or 7350103. OLE color: 7350103.

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

Color convert

RGB8739112-
CMYK0.220.6500.56
HSL279.45º48.34%29.61%-
HSV(B)279.45º65.18%43.92%-
XYZ7.584.6515.83-
YUV61.67156.4146.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.55%
GREEN value IS 39 (15.62% from 255) = 16.39%
BLUE value IS 112 (44.14% from 255) = 47.06%
R=36.55%
G=16.39%
B=47.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87391120.220.6500.56279.4548.3429.61
Hex5727701641038117301e
Octal12747160261010704276036
Binary10101111001111110000101101000001011100010001011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572770; }

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

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

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

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

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

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

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

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