#285858

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

Shades of Dark Slate Grey #285858

Tints of Dark Slate Grey #285858

Color information

#285858 (or 0x285858) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 58 and 58. RGB value is (40,88,88). Sum of RGB (Red+Green+Blue) = 40+88+88=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #285858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285858 is #D7A7A7. Grayscale: #494949. Windows color (decimal): -14133160 or 5789736. OLE color: 5789736.

HSL color Cylindrical-coordinate representation of color #285858: hue angle of 180º 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 #285858 is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB408888-
CMYK0.55000.65
HSL180º37.5%25.1%-
HSV(B)180º54.55%34.51%-
XYZ6.138.1410.48-
YUV73.65136.1104-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.52%
GREEN value IS 88 (34.77% from 255) = 40.74%
BLUE value IS 88 (34.77% from 255) = 40.74%
R=18.52%
G=40.74%
B=40.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4088880.55000.6518037.525.1
Hex285858370041b42619
Octal5013013067001012644631
Binary101000101100010110001101110010000011011010010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285858; }

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

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

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

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

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

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

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

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