#28585D

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

Shades of Dark Slate Grey #28585D

Tints of Dark Slate Grey #28585D

Color information

#28585D (or 0x28585D) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 58 and 5D. RGB value is (40,88,93). Sum of RGB (Red+Green+Blue) = 40+88+93=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #28585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28585D is #D7A7A2. Grayscale: #4A4A4A. Windows color (decimal): -14133155 or 6117416. OLE color: 6117416.

HSL color Cylindrical-coordinate representation of color #28585D: hue angle of 185.66º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28585D is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB408893-
CMYK0.570.0500.64
HSL185.66º39.85%26.08%-
HSV(B)185.66º56.99%36.47%-
XYZ6.348.2211.61-
YUV74.22138.6103.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.10%
GREEN value IS 88 (34.77% from 255) = 39.82%
BLUE value IS 93 (36.72% from 255) = 42.08%
R=18.10%
G=39.82%
B=42.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4088930.570.0500.64185.6639.8526.08
Hex28585D395040ba281a
Octal5013013571501002725032
Binary10100010110001011101111001101010000001011101010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28585D; }

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

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

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

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

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

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

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

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