#57426D

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

Shades of Honey Flower #57426D

Tints of Honey Flower #57426D

Color information

#57426D (or 0x57426D) is unknown color: approx Honey Flower. HEX triplet: 57, 42 and 6D. RGB value is (87,66,109). Sum of RGB (Red+Green+Blue) = 87+66+109=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 109 - color contains mainly: blue. Hex color #57426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57426D is #A8BD92. Grayscale: #4D4D4D. Windows color (decimal): -11058579 or 7160407. OLE color: 7160407.

HSL color Cylindrical-coordinate representation of color #57426D: hue angle of 269.3º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57426D is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8766109-
CMYK0.200.3900.57
HSL269.3º24.57%34.31%-
HSV(B)269.3º39.45%42.75%-
XYZ8.647.0315.37-
YUV77.18145.96135-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.21%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 109 (42.97% from 255) = 41.60%
R=33.21%
G=25.19%
B=41.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal87661090.200.3900.57269.324.5734.31
Hex57426D142703910d1922
Octal12710215524470714153142
Binary10101111000010110110110100100111011100110000110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57426D; }

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

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

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

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

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

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

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

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