#28585E

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

Shades of Dark Slate Grey #28585E

Tints of Dark Slate Grey #28585E

Color information

#28585E (or 0x28585E) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 58 and 5E. RGB value is (40,88,94). Sum of RGB (Red+Green+Blue) = 40+88+94=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 94 - color contains mainly: blue. Hex color #28585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28585E is #D7A7A1. Grayscale: #4A4A4A. Windows color (decimal): -14133154 or 6182952. OLE color: 6182952.

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

Color convert

RGB408894-
CMYK0.570.0600.63
HSL186.67º40.3%26.27%-
HSV(B)186.67º57.45%36.86%-
XYZ6.398.2411.84-
YUV74.33139.1103.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.02%
GREEN value IS 88 (34.77% from 255) = 39.64%
BLUE value IS 94 (37.11% from 255) = 42.34%
R=18.02%
G=39.64%
B=42.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4088940.570.0600.63186.6740.326.27
Hex28585E39603Fbb281a
Octal501301367160772735032
Binary1010001011000101111011100111001111111011101110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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