Html Css Color HEX #4F5D5A Dark Slate

📋 copy color: '#4F5D5A'

red 79 ◦ green 93 ◦ blue 90

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

Shades of Dark Slate #4F5D5A

Tints of Dark Slate #4F5D5A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.5%

 BLUE value IS 90 (35.55% from 255) = 34.35%

R = 30.15%
G = 35.5%
B = 34.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#4F5D5A (or 0x4F5D5A) is known color: Dark Slate. HEX triplet: 4F, 5D and 5A. RGB value is (79,93,90). Sum of RGB (Red+Green+Blue) = 79+93+90=262 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.15% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 93 - color contains mainly: green. Hex color #4F5D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5D5A is #B0A2A5. Grayscale: #585858. Windows color (decimal): -11575974 or 5922127. OLE color: 5922127.

HSL color Cylindrical-coordinate representation of color #4F5D5A: hue angle of 167.14º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4F5D5A is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB 79 93 90 -
CMYK 0.15 0 0.03 0.64
HSL 167.14º 0.08% 0.34% -
HSV(B) 167.14º 0.15% 0.36% -
XYZ 8.98 10.23 11.17 -
YUV 88.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 79 93 90 0.15 0 0.03 0.64 167.14 0.08 0.34
Hex 4F 5D 5A F 0 3 40 A7 8 22
Octal 117 135 132 17 0 3 100 247 10 42
Binary 1001111 1011101 1011010 1111 0 11 1000000 10100111 1000 100010

Color Harmonies of #4F5D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5D5A

Black with #4F5D5A

Text Example


Text Example

White with #4F5D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,93,90); }

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

background-color css

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

 a { background-color: rgb(79,93,90); }

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

border-color css

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

 span { border-color: rgb(79,93,90); }

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