Html Css Color HEX #57475D Honey Flower

📋 copy color: '#57475D'

red 87 ◦ green 71 ◦ blue 93

#57475D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #57475D

Tints of Honey Flower #57475D

RGB

 RED value IS 87 (34.38% from 255) = 34.66%

 GREEN value IS 71 (28.13% 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 value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#57475D (or 0x57475D) is known color: 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

RGB 87 71 93 -
CMYK 0.06 0.24 0 0.64
HSL 283.64º 0.13% 0.32% -
HSV(B) 283.64º 0.24% 0.36% -
XYZ 8.16 7.32 11.34 -
YUV 78.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 87 71 93 0.06 0.24 0 0.64 283.64 0.13 0.32
Hex 57 47 5D 6 18 0 40 11C D 20
Octal 127 107 135 6 30 0 100 434 15 40
Binary 1010111 1000111 1011101 110 11000 0 1000000 100011100 1101 100000

Color Harmonies of #57475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57475D

Black with #57475D

Text Example


Text Example

White with #57475D

Text Example


Text Example

HTML Codes & Css Web 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>