#572A6D

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

Shades of Honey Flower #572A6D

Tints of Honey Flower #572A6D

Color information

#572A6D (or 0x572A6D) is unknown color: approx Honey Flower. HEX triplet: 57, 2A and 6D. RGB value is (87,42,109). Sum of RGB (Red+Green+Blue) = 87+42+109=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #572A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572A6D is #A8D592. Grayscale: #3E3E3E. Windows color (decimal): -11064723 or 7154263. OLE color: 7154263.

HSL color Cylindrical-coordinate representation of color #572A6D: hue angle of 280.3º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #572A6D is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8742109-
CMYK0.200.6100.57
HSL280.3º44.37%29.61%-
HSV(B)280.3º61.47%42.75%-
XYZ7.524.7915-
YUV63.09153.91145.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.55%
GREEN value IS 42 (16.80% from 255) = 17.65%
BLUE value IS 109 (42.97% from 255) = 45.80%
R=36.55%
G=17.65%
B=45.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal87421090.200.6100.57280.344.3729.61
Hex572A6D143D0391182c1e
Octal1275215524750714305436
Binary1010111101010110110110100111101011100110001100010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,42,109); }

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

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

 a { background-color: rgb(87,42,109); }

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

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

 span { border-color: rgb(87,42,109); }

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