Html Css Color HEX #4C5B58 Dark Slate

📋 copy color: '#4C5B58'

red 76 ◦ green 91 ◦ blue 88

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

Shades of Dark Slate #4C5B58

Tints of Dark Slate #4C5B58

RGB

 RED value IS 76 (30.08% from 255) = 29.8%

 GREEN value IS 91 (35.94% from 255) = 35.69%

 BLUE value IS 88 (34.77% from 255) = 34.51%

R = 29.8%
G = 35.69%
B = 34.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#4C5B58 (or 0x4C5B58) is known color: Dark Slate. HEX triplet: 4C, 5B and 58. RGB value is (76,91,88). Sum of RGB (Red+Green+Blue) = 76+91+88=255 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.80% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 91 - color contains mainly: green. Hex color #4C5B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5B58 is #B3A4A7. Grayscale: #565656. Windows color (decimal): -11773096 or 5790540. OLE color: 5790540.

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

Color convert

RGB 76 91 88 -
CMYK 0.16 0 0.03 0.64
HSL 168º 0.09% 0.33% -
HSV(B) 168º 0.16% 0.36% -
XYZ 8.48 9.72 10.66 -
YUV 86.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 76 91 88 0.16 0 0.03 0.64 168 0.09 0.33
Hex 4C 5B 58 10 0 3 40 A8 9 21
Octal 114 133 130 20 0 3 100 250 11 41
Binary 1001100 1011011 1011000 10000 0 11 1000000 10101000 1001 100001

Color Harmonies of #4C5B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5B58

Black with #4C5B58

Text Example


Text Example

White with #4C5B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,91,88); }

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

background-color css

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

 a { background-color: rgb(76,91,88); }

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

border-color css

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

 span { border-color: rgb(76,91,88); }

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