#57465D

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

Shades of Honey Flower #57465D

Tints of Honey Flower #57465D

Color information

#57465D (or 0x57465D) is unknown color: approx Honey Flower. HEX triplet: 57, 46 and 5D. RGB value is (87,70,93). Sum of RGB (Red+Green+Blue) = 87+70+93=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 93 - color contains mainly: blue. Hex color #57465D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57465D is #A8B9A2. Grayscale: #4D4D4D. Windows color (decimal): -11057571 or 6112855. OLE color: 6112855.

HSL color Cylindrical-coordinate representation of color #57465D: hue angle of 284.35º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #57465D is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB877093-
CMYK0.060.2500.64
HSL284.35º14.11%31.96%-
HSV(B)284.35º24.73%36.47%-
XYZ8.17.211.32-
YUV77.7136.63134.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.8%
GREEN value IS 70 (27.73% from 255) = 28%
BLUE value IS 93 (36.72% from 255) = 37.2%
R=34.8%
G=28%
B=37.2%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8770930.060.2500.64284.3514.1131.96
Hex57465D61904011ce20
Octal12710613563101004341640
Binary10101111000110101110111011001010000001000111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,70,93); }

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

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

 a { background-color: rgb(87,70,93); }

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

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

 span { border-color: rgb(87,70,93); }

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