#285958

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

Shades of Dark Slate Grey #285958

Tints of Dark Slate Grey #285958

Color information

#285958 (or 0x285958) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 59 and 58. RGB value is (40,89,88). Sum of RGB (Red+Green+Blue) = 40+89+88=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #285958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285958 is #D7A6A7. Grayscale: #4A4A4A. Windows color (decimal): -14132904 or 5789992. OLE color: 5789992.

HSL color Cylindrical-coordinate representation of color #285958: hue angle of 178.78º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #285958 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB408988-
CMYK0.5500.010.65
HSL178.78º37.98%25.29%-
HSV(B)178.78º55.06%34.9%-
XYZ6.218.310.51-
YUV74.23135.77103.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.43%
GREEN value IS 89 (35.16% from 255) = 41.01%
BLUE value IS 88 (34.77% from 255) = 40.55%
R=18.43%
G=41.01%
B=40.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4089880.5500.010.65178.7837.9825.29
Hex285958370141b32619
Octal5013113067011012634631
Binary101000101100110110001101110110000011011001110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285958; }

 p { color: rgb(40,89,88); }

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

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

 a { background-color: rgb(40,89,88); }

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

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

 span { border-color: rgb(40,89,88); }

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