#574071

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

Shades of Honey Flower #574071

Tints of Honey Flower #574071

Color information

#574071 (or 0x574071) is unknown color: approx Honey Flower. HEX triplet: 57, 40 and 71. RGB value is (87,64,113). Sum of RGB (Red+Green+Blue) = 87+64+113=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #574071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574071 is #A8BF8E. Grayscale: #4C4C4C. Windows color (decimal): -11059087 or 7422039. OLE color: 7422039.

HSL color Cylindrical-coordinate representation of color #574071: hue angle of 268.16º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #574071 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8764113-
CMYK0.230.4300.56
HSL268.16º27.68%34.71%-
HSV(B)268.16º43.36%44.31%-
XYZ8.746.8916.49-
YUV76.46148.62135.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.95%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 113 (44.53% from 255) = 42.80%
R=32.95%
G=24.24%
B=42.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87641130.230.4300.56268.1627.6834.71
Hex574071172B03810c1c23
Octal12710016127530704143443
Binary10101111000000111000110111101011011100010000110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574071; }

 p { color: rgb(87,64,113); }

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

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

 a { background-color: rgb(87,64,113); }

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

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

 span { border-color: rgb(87,64,113); }

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