Html Css Color HEX #4E5557 Trout

📋 copy color: '#4E5557'

red 78 ◦ green 85 ◦ blue 87

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

Shades of Trout #4E5557

Tints of Trout #4E5557

RGB

 RED value IS 78 (30.86% from 255) = 31.2%

 GREEN value IS 85 (33.59% from 255) = 34%

 BLUE value IS 87 (34.38% from 255) = 34.8%

R = 31.2%
G = 34%
B = 34.8%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#4E5557 (or 0x4E5557) is known color: Trout. HEX triplet: 4E, 55 and 57. RGB value is (78,85,87). Sum of RGB (Red+Green+Blue) = 78+85+87=250 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.2% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 87 - color contains mainly: blue. Hex color #4E5557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5557 is #B1AAA8. Grayscale: #535353. Windows color (decimal): -11643561 or 5723470. OLE color: 5723470.

HSL color Cylindrical-coordinate representation of color #4E5557: hue angle of 193.33º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4E5557 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 78 85 87 -
CMYK 0.10 0.02 0 0.66
HSL 193.33º 0.05% 0.32% -
HSV(B) 193.33º 0.1% 0.34% -
XYZ 8.11 8.8 10.29 -
YUV 83.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 78 85 87 0.10 0.02 0 0.66 193.33 0.05 0.32
Hex 4E 55 57 A 2 0 42 C1 5 20
Octal 116 125 127 12 2 0 102 301 5 40
Binary 1001110 1010101 1010111 1010 10 0 1000010 11000001 101 100000

Color Harmonies of #4E5557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5557

Black with #4E5557

Text Example


Text Example

White with #4E5557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E5557; }

 p { color: rgb(78,85,87); }

 H1.HeaderClassName
 {
   color: #4E5557;
 }
 .AnyTagClassName
 {
   color: #4E5557;
 }
</style>

background-color css

<style>
 a { background-color: #4E5557; }

 a { background-color: rgb(78,85,87); }

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

border-color css

<style>
 span { border-color: #4E5557; }

 span { border-color: rgb(78,85,87); }

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