#485855

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

Shades of Dark Slate #485855

Tints of Dark Slate #485855

Color information

#485855 (or 0x485855) is unknown color: approx Dark Slate. HEX triplet: 48, 58 and 55. RGB value is (72,88,85). Sum of RGB (Red+Green+Blue) = 72+88+85=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 88 - color contains mainly: green. Hex color #485855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485855 is #B7A7AA. Grayscale: #525252. Windows color (decimal): -12036011 or 5593160. OLE color: 5593160.

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

Color convert

RGB728885-
CMYK0.1800.030.65
HSL168.75º10%31.37%-
HSV(B)168.75º18.18%34.51%-
XYZ7.89.019.92-
YUV82.87129.2120.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 88 (34.77% from 255) = 35.92%
BLUE value IS 85 (33.59% from 255) = 34.69%
R=29.39%
G=35.92%
B=34.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7288850.1800.030.65168.751031.37
Hex485855120341a9a1f
Octal11013012522031012511237
Binary10010001011000101010110010011100000110101001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485855; }

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

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

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

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

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

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

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

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