Html Css Color HEX #57495F Honey Flower

📋 copy color: '#57495F'

red 87 ◦ green 73 ◦ blue 95

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

Shades of Honey Flower #57495F

Tints of Honey Flower #57495F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.63%

 BLUE value IS 95 (37.5% from 255) = 37.25%

R = 34.12%
G = 28.63%
B = 37.25%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#57495F (or 0x57495F) is known color: Honey Flower. HEX triplet: 57, 49 and 5F. RGB value is (87,73,95). Sum of RGB (Red+Green+Blue) = 87+73+95=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 95 - color contains mainly: blue. Hex color #57495F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57495F is #A8B6A0. Grayscale: #4F4F4F. Windows color (decimal): -11056801 or 6244695. OLE color: 6244695.

HSL color Cylindrical-coordinate representation of color #57495F: hue angle of 278.18º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #57495F is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 73 95 -
CMYK 0.08 0.23 0 0.63
HSL 278.18º 0.13% 0.33% -
HSV(B) 278.18º 0.23% 0.37% -
XYZ 8.38 7.62 11.86 -
YUV 79.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 87 73 95 0.08 0.23 0 0.63 278.18 0.13 0.33
Hex 57 49 5F 8 17 0 3F 116 D 21
Octal 127 111 137 10 27 0 77 426 15 41
Binary 1010111 1001001 1011111 1000 10111 0 111111 100010110 1101 100001

Color Harmonies of #57495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57495F

Black with #57495F

Text Example


Text Example

White with #57495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57495F; }

 p { color: rgb(87,73,95); }

 H1.HeaderClassName
 {
   color: #57495F;
 }
 .AnyTagClassName
 {
   color: #57495F;
 }
</style>

background-color css

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

 a { background-color: rgb(87,73,95); }

 div.DivClassName
 {
   background-color: #57495F;
 }
 .BgClassName
 {
   background-color: #57495F;
 }
</style>

border-color css

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

 span { border-color: rgb(87,73,95); }

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