#485856

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

Shades of Dark Slate #485856

Tints of Dark Slate #485856

Color information

#485856 (or 0x485856) is unknown color: approx Dark Slate. HEX triplet: 48, 58 and 56. RGB value is (72,88,86). Sum of RGB (Red+Green+Blue) = 72+88+86=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 88 - color contains mainly: green. Hex color #485856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485856 is #B7A7A9. Grayscale: #525252. Windows color (decimal): -12036010 or 5658696. OLE color: 5658696.

HSL color Cylindrical-coordinate representation of color #485856: hue angle of 172.5º 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 #485856 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB728886-
CMYK0.1800.020.65
HSL172.5º10%31.37%-
HSV(B)172.5º18.18%34.51%-
XYZ7.849.0310.13-
YUV82.99129.7120.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 86 (33.98% from 255) = 34.96%
R=29.27%
G=35.77%
B=34.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7288860.1800.020.65172.51031.37
Hex485856120241aca1f
Octal11013012622021012541237
Binary10010001011000101011010010010100000110101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485856; }

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

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

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

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

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

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

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

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