#485F5C

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

Shades of Dark Slate #485F5C

Tints of Dark Slate #485F5C

Color information

#485F5C (or 0x485F5C) is unknown color: approx Dark Slate. HEX triplet: 48, 5F and 5C. RGB value is (72,95,92). Sum of RGB (Red+Green+Blue) = 72+95+92=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 95 - color contains mainly: green. Hex color #485F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485F5C is #B7A0A3. Grayscale: #575757. Windows color (decimal): -12034212 or 6053704. OLE color: 6053704.

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

Color convert

RGB729592-
CMYK0.2400.030.63
HSL172.17º13.77%32.75%-
HSV(B)172.17º24.21%37.25%-
XYZ8.710.3311.66-
YUV87.78130.38116.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.80%
GREEN value IS 95 (37.5% from 255) = 36.68%
BLUE value IS 92 (36.33% from 255) = 35.52%
R=27.80%
G=36.68%
B=35.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7295920.2400.030.63172.1713.7732.75
Hex485F5C18033Face21
Octal1101371343003772541641
Binary10010001011111101110011000011111111101011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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