#485E5B

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

Shades of Dark Slate #485E5B

Tints of Dark Slate #485E5B

Color information

#485E5B (or 0x485E5B) is unknown color: approx Dark Slate. HEX triplet: 48, 5E and 5B. RGB value is (72,94,91). Sum of RGB (Red+Green+Blue) = 72+94+91=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 94 - color contains mainly: green. Hex color #485E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E5B is #B7A1A4. Grayscale: #575757. Windows color (decimal): -12034469 or 5987912. OLE color: 5987912.

HSL color Cylindrical-coordinate representation of color #485E5B: hue angle of 171.82º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485E5B is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB729491-
CMYK0.2300.030.63
HSL171.82º13.25%32.55%-
HSV(B)171.82º23.4%36.86%-
XYZ8.5610.1411.4-
YUV87.08130.21117.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 94 (37.11% from 255) = 36.58%
BLUE value IS 91 (35.94% from 255) = 35.41%
R=28.02%
G=36.58%
B=35.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7294910.2300.030.63171.8213.2532.55
Hex485E5B17033Facd21
Octal1101361332703772541541
Binary10010001011110101101110111011111111101011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,94,91); }

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

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

 a { background-color: rgb(72,94,91); }

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

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

 span { border-color: rgb(72,94,91); }

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