#485E5A

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

Shades of Dark Slate #485E5A

Tints of Dark Slate #485E5A

Color information

#485E5A (or 0x485E5A) is unknown color: approx Dark Slate. HEX triplet: 48, 5E and 5A. RGB value is (72,94,90). Sum of RGB (Red+Green+Blue) = 72+94+90=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 94 - color contains mainly: green. Hex color #485E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E5A is #B7A1A5. Grayscale: #565656. Windows color (decimal): -12034470 or 5922376. OLE color: 5922376.

HSL color Cylindrical-coordinate representation of color #485E5A: hue angle of 169.09º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485E5A is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB729490-
CMYK0.2300.040.63
HSL169.09º13.25%32.55%-
HSV(B)169.09º23.4%36.86%-
XYZ8.5210.1211.18-
YUV86.97129.71117.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 94 (37.11% from 255) = 36.72%
BLUE value IS 90 (35.55% from 255) = 35.16%
R=28.12%
G=36.72%
B=35.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7294900.2300.040.63169.0913.2532.55
Hex485E5A17043Fa9d21
Octal1101361322704772511541
Binary100100010111101011010101110100111111101010011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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