Html Css Color HEX #5F6B73 Mid Grey

📋 copy color: '#5F6B73'

red 95 ◦ green 107 ◦ blue 115

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

Shades of Mid Grey #5F6B73

Tints of Mid Grey #5F6B73

RGB

 RED value IS 95 (37.5% from 255) = 29.97%

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

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

R = 29.97%
G = 33.75%
B = 36.28%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5F6B73 (or 0x5F6B73) is known color: Mid Grey. HEX triplet: 5F, 6B and 73. RGB value is (95,107,115). Sum of RGB (Red+Green+Blue) = 95+107+115=317 (41% of max value = 765). Red value is 95 (37.5% from 255 or 29.97% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 115 - color contains mainly: blue. Hex color #5F6B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6B73 is #A0948C. Grayscale: #686868. Windows color (decimal): -10523789 or 7564127. OLE color: 7564127.

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

Color convert

RGB 95 107 115 -
CMYK 0.17 0.07 0 0.55
HSL 204º 0.1% 0.41% -
HSV(B) 204º 0.17% 0.45% -
XYZ 13.07 14.19 18.27 -
YUV 104.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 95 107 115 0.17 0.07 0 0.55 204 0.1 0.41
Hex 5F 6B 73 11 7 0 37 CC A 29
Octal 137 153 163 21 7 0 67 314 12 51
Binary 1011111 1101011 1110011 10001 111 0 110111 11001100 1010 101001

Color Harmonies of #5F6B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6B73

Black with #5F6B73

Text Example


Text Example

White with #5F6B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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