Html Css Color HEX #505957 Dark Slate

📋 copy color: '#505957'

red 80 ◦ green 89 ◦ blue 87

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

Shades of Dark Slate #505957

Tints of Dark Slate #505957

RGB

 RED value IS 80 (31.64% from 255) = 31.25%

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

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

R = 31.25%
G = 34.77%
B = 33.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#505957 (or 0x505957) is known color: Dark Slate. HEX triplet: 50, 59 and 57. RGB value is (80,89,87). Sum of RGB (Red+Green+Blue) = 80+89+87=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 89 - color contains mainly: green. Hex color #505957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505957 is #AFA6A8. Grayscale: #565656. Windows color (decimal): -11511465 or 5724496. OLE color: 5724496.

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

Color convert

RGB 80 89 87 -
CMYK 0.10 0 0.02 0.65
HSL 166.67º 0.05% 0.33% -
HSV(B) 166.67º 0.1% 0.35% -
XYZ 8.6 9.54 10.4 -
YUV 86.08 128.52 123.66 -
System Red Green Blue C M Y K H S L
Decimal 80 89 87 0.10 0 0.02 0.65 166.67 0.05 0.33
Hex 50 59 57 A 0 2 41 A7 5 21
Octal 120 131 127 12 0 2 101 247 5 41
Binary 1010000 1011001 1010111 1010 0 10 1000001 10100111 101 100001

Color Harmonies of #505957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505957

Black with #505957

Text Example


Text Example

White with #505957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505957; }

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

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

background-color css

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

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

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

border-color css

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

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

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