#485E5C

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

Shades of Dark Slate #485E5C

Tints of Dark Slate #485E5C

Color information

#485E5C (or 0x485E5C) is unknown color: approx Dark Slate. HEX triplet: 48, 5E and 5C. RGB value is (72,94,92). Sum of RGB (Red+Green+Blue) = 72+94+92=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 94 - color contains mainly: green. Hex color #485E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E5C is #B7A1A3. Grayscale: #575757. Windows color (decimal): -12034468 or 6053448. OLE color: 6053448.

HSL color Cylindrical-coordinate representation of color #485E5C: hue angle of 174.55º 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 #485E5C is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB729492-
CMYK0.2300.020.63
HSL174.55º13.25%32.55%-
HSV(B)174.55º23.4%36.86%-
XYZ8.6110.1611.63-
YUV87.19130.71117.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.91%
GREEN value IS 94 (37.11% from 255) = 36.43%
BLUE value IS 92 (36.33% from 255) = 35.66%
R=27.91%
G=36.43%
B=35.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7294920.2300.020.63174.5513.2532.55
Hex485E5C17023Fafd21
Octal1101361342702772571541
Binary10010001011110101110010111010111111101011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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