Html Css Color HEX #5E6A74 Mid Grey

📋 copy color: '#5E6A74'

red 94 ◦ green 106 ◦ blue 116

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

Shades of Mid Grey #5E6A74

Tints of Mid Grey #5E6A74

RGB

 RED value IS 94 (37.11% from 255) = 29.75%

 GREEN value IS 106 (41.8% from 255) = 33.54%

 BLUE value IS 116 (45.7% from 255) = 36.71%

R = 29.75%
G = 33.54%
B = 36.71%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5E6A74 (or 0x5E6A74) is known color: Mid Grey. HEX triplet: 5E, 6A and 74. RGB value is (94,106,116). Sum of RGB (Red+Green+Blue) = 94+106+116=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 116 - color contains mainly: blue. Hex color #5E6A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6A74 is #A1958B. Grayscale: #676767. Windows color (decimal): -10589580 or 7629406. OLE color: 7629406.

HSL color Cylindrical-coordinate representation of color #5E6A74: hue angle of 207.27º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5E6A74 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 106 116 -
CMYK 0.19 0.09 0 0.55
HSL 207.27º 0.1% 0.41% -
HSV(B) 207.27º 0.19% 0.45% -
XYZ 12.92 13.95 18.53 -
YUV 103.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 94 106 116 0.19 0.09 0 0.55 207.27 0.1 0.41
Hex 5E 6A 74 13 9 0 37 CF A 29
Octal 136 152 164 23 11 0 67 317 12 51
Binary 1011110 1101010 1110100 10011 1001 0 110111 11001111 1010 101001

Color Harmonies of #5E6A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6A74

Black with #5E6A74

Text Example


Text Example

White with #5E6A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E6A74; }

 p { color: rgb(94,106,116); }

 H1.HeaderClassName
 {
   color: #5E6A74;
 }
 .AnyTagClassName
 {
   color: #5E6A74;
 }
</style>

background-color css

<style>
 a { background-color: #5E6A74; }

 a { background-color: rgb(94,106,116); }

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

border-color css

<style>
 span { border-color: #5E6A74; }

 span { border-color: rgb(94,106,116); }

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