#505A58

Color #505A58 Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #505A58

Tints of Dark Slate #505A58

Color information

#505A58 (or 0x505A58) is unknown color: approx Dark Slate. HEX triplet: 50, 5A and 58. RGB value is (80,90,88). Sum of RGB (Red+Green+Blue) = 80+90+88=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 90 - color contains mainly: green. Hex color #505A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A58 is #AFA5A7. Grayscale: #565656. Windows color (decimal): -11511208 or 5790288. OLE color: 5790288.

HSL color Cylindrical-coordinate representation of color #505A58: 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 #505A58 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB809088-
CMYK0.1100.020.65
HSL168º5.88%33.33%-
HSV(B)168º11.11%35.29%-
XYZ8.739.7210.65-
YUV86.78128.69123.16-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.01%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=31.01%
G=34.88%
B=34.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8090880.1100.020.651685.8833.33
Hex505A58B0241a8621
Octal1201321301302101250641
Binary1010000101101010110001011010100000110101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505A58; }

 p { color: rgb(80,90,88); }

 H1.HeaderClassName
 {
   color: #505A58;
 }
 .AnyTagClassName
 {
   color: #505A58;
 }
</style>
background-color css

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

 a { background-color: rgb(80,90,88); }

 div.DivClassName
 {
   background-color: #505A58;
 }
 .BgClassName
 {
   background-color: #505A58;
 }
</style>
border-color css

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

 span { border-color: rgb(80,90,88); }

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