Html Css Color HEX #4F5957 Dark Slate

📋 copy color: '#4F5957'

red 79 ◦ green 89 ◦ blue 87

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

Shades of Dark Slate #4F5957

Tints of Dark Slate #4F5957

RGB

 RED value IS 79 (31.25% from 255) = 30.98%

 GREEN value IS 89 (35.16% from 255) = 34.9%

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

R = 30.98%
G = 34.9%
B = 34.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#4F5957 (or 0x4F5957) is known color: Dark Slate. HEX triplet: 4F, 59 and 57. RGB value is (79,89,87). Sum of RGB (Red+Green+Blue) = 79+89+87=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 89 - color contains mainly: green. Hex color #4F5957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5957 is #B0A6A8. Grayscale: #555555. Windows color (decimal): -11577001 or 5724495. OLE color: 5724495.

HSL color Cylindrical-coordinate representation of color #4F5957: hue angle of 168º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4F5957 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 89 87 -
CMYK 0.11 0 0.02 0.65
HSL 168º 0.06% 0.33% -
HSV(B) 168º 0.11% 0.35% -
XYZ 8.52 9.5 10.4 -
YUV 85.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 79 89 87 0.11 0 0.02 0.65 168 0.06 0.33
Hex 4F 59 57 B 0 2 41 A8 6 21
Octal 117 131 127 13 0 2 101 250 6 41
Binary 1001111 1011001 1010111 1011 0 10 1000001 10101000 110 100001

Color Harmonies of #4F5957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5957

Black with #4F5957

Text Example


Text Example

White with #4F5957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,89,87); }

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

background-color css

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

 a { background-color: rgb(79,89,87); }

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

border-color css

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

 span { border-color: rgb(79,89,87); }

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