#485854

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

Shades of Dark Slate #485854

Tints of Dark Slate #485854

Color information

#485854 (or 0x485854) is unknown color: approx Dark Slate. HEX triplet: 48, 58 and 54. RGB value is (72,88,84). Sum of RGB (Red+Green+Blue) = 72+88+84=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 88 - color contains mainly: green. Hex color #485854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485854 is #B7A7AB. Grayscale: #525252. Windows color (decimal): -12036012 or 5527624. OLE color: 5527624.

HSL color Cylindrical-coordinate representation of color #485854: hue angle of 165º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #485854 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.65.

Color convert

RGB728884-
CMYK0.1800.050.65
HSL165º10%31.37%-
HSV(B)165º18.18%34.51%-
XYZ7.7699.72-
YUV82.76128.7120.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.51%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 84 (33.20% from 255) = 34.43%
R=29.51%
G=36.07%
B=34.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7288840.1800.050.651651031.37
Hex485854120541a5a1f
Octal11013012422051012451237
Binary100100010110001010100100100101100000110100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485854; }

 p { color: rgb(72,88,84); }

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

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

 a { background-color: rgb(72,88,84); }

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

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

 span { border-color: rgb(72,88,84); }

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