#485C58

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

Shades of Dark Slate #485C58

Tints of Dark Slate #485C58

Color information

#485C58 (or 0x485C58) is unknown color: approx Dark Slate. HEX triplet: 48, 5C and 58. RGB value is (72,92,88). Sum of RGB (Red+Green+Blue) = 72+92+88=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 92 - color contains mainly: green. Hex color #485C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485C58 is #B7A3A7. Grayscale: #555555. Windows color (decimal): -12034984 or 5790792. OLE color: 5790792.

HSL color Cylindrical-coordinate representation of color #485C58: hue angle of 168º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #485C58 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB729288-
CMYK0.2200.040.64
HSL168º12.2%32.16%-
HSV(B)168º21.74%36.08%-
XYZ8.269.7410.68-
YUV85.56129.37118.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.57%
GREEN value IS 92 (36.33% from 255) = 36.51%
BLUE value IS 88 (34.77% from 255) = 34.92%
R=28.57%
G=36.51%
B=34.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7292880.2200.040.6416812.232.16
Hex485C58160440a8c20
Octal11013413026041002501440
Binary1001000101110010110001011001001000000101010001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485C58; }

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

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

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

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

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

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

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

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