Html Css Color HEX #57465E Honey Flower

📋 copy color: '#57465E'

red 87 ◦ green 70 ◦ blue 94

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

Shades of Honey Flower #57465E

Tints of Honey Flower #57465E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.89%

 BLUE value IS 94 (37.11% from 255) = 37.45%

R = 34.66%
G = 27.89%
B = 37.45%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#57465E (or 0x57465E) is known color: Honey Flower. HEX triplet: 57, 46 and 5E. RGB value is (87,70,94). Sum of RGB (Red+Green+Blue) = 87+70+94=251 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.66% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 94 - color contains mainly: blue. Hex color #57465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57465E is #A8B9A1. Grayscale: #4D4D4D. Windows color (decimal): -11057570 or 6178391. OLE color: 6178391.

HSL color Cylindrical-coordinate representation of color #57465E: hue angle of 282.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #57465E is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 70 94 -
CMYK 0.07 0.26 0 0.63
HSL 282.5º 0.15% 0.32% -
HSV(B) 282.5º 0.26% 0.37% -
XYZ 8.14 7.21 11.55 -
YUV 77.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 87 70 94 0.07 0.26 0 0.63 282.5 0.15 0.32
Hex 57 46 5E 7 1A 0 3F 11A F 20
Octal 127 106 136 7 32 0 77 432 17 40
Binary 1010111 1000110 1011110 111 11010 0 111111 100011010 1111 100000

Color Harmonies of #57465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57465E

Black with #57465E

Text Example


Text Example

White with #57465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57465E;
 }
 .AnyTagClassName
 {
   color: #57465E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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