#485555

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

Shades of Dark Slate #485555

Tints of Dark Slate #485555

Color information

#485555 (or 0x485555) is unknown color: approx Dark Slate. HEX triplet: 48, 55 and 55. RGB value is (72,85,85). Sum of RGB (Red+Green+Blue) = 72+85+85=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #485555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485555 is #B7AAAA. Grayscale: #515151. Windows color (decimal): -12036779 or 5592392. OLE color: 5592392.

HSL color Cylindrical-coordinate representation of color #485555: hue angle of 180º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #485555 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB728585-
CMYK0.15000.67
HSL180º8.28%30.78%-
HSV(B)180º15.29%33.33%-
XYZ7.568.539.84-
YUV81.11130.19121.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 85 (33.59% from 255) = 35.12%
R=29.75%
G=35.12%
B=35.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285850.15000.671808.2830.78
Hex485555F0043b481f
Octal11012512517001032641037
Binary100100010101011010101111100100001110110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485555; }

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

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

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

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

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

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

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

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