Html Css Color HEX #5E6B73 Mid Grey

📋 copy color: '#5E6B73'

red 94 ◦ green 107 ◦ blue 115

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

Shades of Mid Grey #5E6B73

Tints of Mid Grey #5E6B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.86%

 BLUE value IS 115 (45.31% from 255) = 36.39%

R = 29.75%
G = 33.86%
B = 36.39%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5E6B73 (or 0x5E6B73) is known color: Mid Grey. HEX triplet: 5E, 6B and 73. RGB value is (94,107,115). Sum of RGB (Red+Green+Blue) = 94+107+115=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E6B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6B73 is #A1948C. Grayscale: #676767. Windows color (decimal): -10589325 or 7564126. OLE color: 7564126.

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

Color convert

RGB 94 107 115 -
CMYK 0.18 0.07 0 0.55
HSL 202.86º 0.1% 0.41% -
HSV(B) 202.86º 0.18% 0.45% -
XYZ 12.97 14.13 18.26 -
YUV 104.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 94 107 115 0.18 0.07 0 0.55 202.86 0.1 0.41
Hex 5E 6B 73 12 7 0 37 CB A 29
Octal 136 153 163 22 7 0 67 313 12 51
Binary 1011110 1101011 1110011 10010 111 0 110111 11001011 1010 101001

Color Harmonies of #5E6B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6B73

Black with #5E6B73

Text Example


Text Example

White with #5E6B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,107,115); }

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

background-color css

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

 a { background-color: rgb(94,107,115); }

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

border-color css

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

 span { border-color: rgb(94,107,115); }

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