#485A59

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

Shades of Dark Slate #485A59

Tints of Dark Slate #485A59

Color information

#485A59 (or 0x485A59) is unknown color: approx Dark Slate. HEX triplet: 48, 5A and 59. RGB value is (72,90,89). Sum of RGB (Red+Green+Blue) = 72+90+89=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 90 - color contains mainly: green. Hex color #485A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485A59 is #B7A5A6. Grayscale: #545454. Windows color (decimal): -12035495 or 5855816. OLE color: 5855816.

HSL color Cylindrical-coordinate representation of color #485A59: hue angle of 176.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #485A59 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB729089-
CMYK0.2000.010.65
HSL176.67º11.11%31.76%-
HSV(B)176.67º20%35.29%-
XYZ8.139.4110.84-
YUV84.5130.54119.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.69%
GREEN value IS 90 (35.55% from 255) = 35.86%
BLUE value IS 89 (35.16% from 255) = 35.46%
R=28.69%
G=35.86%
B=35.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7290890.2000.010.65176.6711.1131.76
Hex485A59140141b1b20
Octal11013213124011012611340
Binary10010001011010101100110100011000001101100011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485A59; }

 p { color: rgb(72,90,89); }

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

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

 a { background-color: rgb(72,90,89); }

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

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

 span { border-color: rgb(72,90,89); }

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