#572972

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

Shades of Honey Flower #572972

Tints of Honey Flower #572972

Color information

#572972 (or 0x572972) is unknown color: approx Honey Flower. HEX triplet: 57, 29 and 72. RGB value is (87,41,114). Sum of RGB (Red+Green+Blue) = 87+41+114=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #572972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572972 is #A8D68D. Grayscale: #3E3E3E. Windows color (decimal): -11064974 or 7481687. OLE color: 7481687.

HSL color Cylindrical-coordinate representation of color #572972: hue angle of 277.81º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #572972 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8741114-
CMYK0.240.6400.55
HSL277.81º47.1%30.39%-
HSV(B)277.81º64.04%44.71%-
XYZ7.764.8316.44-
YUV63.08156.74145.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.95%
GREEN value IS 41 (16.41% from 255) = 16.94%
BLUE value IS 114 (44.92% from 255) = 47.11%
R=35.95%
G=16.94%
B=47.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87411140.240.6400.55277.8147.130.39
Hex57297218400371162f1e
Octal12751162301000674265736
Binary10101111010011110010110001000000011011110001011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572972; }

 p { color: rgb(87,41,114); }

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

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

 a { background-color: rgb(87,41,114); }

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

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

 span { border-color: rgb(87,41,114); }

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