#485D5A

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

Shades of Dark Slate #485D5A

Tints of Dark Slate #485D5A

Color information

#485D5A (or 0x485D5A) is unknown color: approx Dark Slate. HEX triplet: 48, 5D and 5A. RGB value is (72,93,90). Sum of RGB (Red+Green+Blue) = 72+93+90=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 93 - color contains mainly: green. Hex color #485D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D5A is #B7A2A5. Grayscale: #565656. Windows color (decimal): -12034726 or 5922120. OLE color: 5922120.

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

Color convert

RGB729390-
CMYK0.2300.030.64
HSL171.43º12.73%32.35%-
HSV(B)171.43º22.58%36.47%-
XYZ8.439.9411.15-
YUV86.38130.04117.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.24%
GREEN value IS 93 (36.72% from 255) = 36.47%
BLUE value IS 90 (35.55% from 255) = 35.29%
R=28.24%
G=36.47%
B=35.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7293900.2300.030.64171.4312.7332.35
Hex485D5A170340abd20
Octal11013513227031002531540
Binary100100010111011011010101110111000000101010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,93,90); }

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

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

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

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

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

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

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