#57475D

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

Shades of Honey Flower #57475D

Tints of Honey Flower #57475D

Color information

#57475D (or 0x57475D) is unknown color: approx Honey Flower. HEX triplet: 57, 47 and 5D. RGB value is (87,71,93). Sum of RGB (Red+Green+Blue) = 87+71+93=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 93 - color contains mainly: blue. Hex color #57475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57475D is #A8B8A2. Grayscale: #4E4E4E. Windows color (decimal): -11057315 or 6113111. OLE color: 6113111.

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

Color convert

RGB877193-
CMYK0.060.2400.64
HSL283.64º13.41%32.16%-
HSV(B)283.64º23.66%36.47%-
XYZ8.167.3211.34-
YUV78.29136.3134.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.66%
GREEN value IS 71 (28.12% from 255) = 28.29%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=34.66%
G=28.29%
B=37.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8771930.060.2400.64283.6413.4132.16
Hex57475D61804011cd20
Octal12710713563001004341540
Binary10101111000111101110111011000010000001000111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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