#485554

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

Shades of Dark Slate #485554

Tints of Dark Slate #485554

Color information

#485554 (or 0x485554) is unknown color: approx Dark Slate. HEX triplet: 48, 55 and 54. RGB value is (72,85,84). Sum of RGB (Red+Green+Blue) = 72+85+84=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 85 - color contains mainly: green. Hex color #485554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485554 is #B7AAAB. Grayscale: #505050. Windows color (decimal): -12036780 or 5526856. OLE color: 5526856.

HSL color Cylindrical-coordinate representation of color #485554: hue angle of 175.38º 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 #485554 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB728584-
CMYK0.1500.010.67
HSL175.38º8.28%30.78%-
HSV(B)175.38º15.29%33.33%-
XYZ7.528.519.63-
YUV81129.69121.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 85 (33.59% from 255) = 35.27%
BLUE value IS 84 (33.20% from 255) = 34.85%
R=29.88%
G=35.27%
B=34.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285840.1500.010.67175.388.2830.78
Hex485554F0143af81f
Octal11012512417011032571037
Binary100100010101011010100111101100001110101111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485554; }

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

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

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

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

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

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

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

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