#28585A

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

Shades of Dark Slate Grey #28585A

Tints of Dark Slate Grey #28585A

Color information

#28585A (or 0x28585A) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 58 and 5A. RGB value is (40,88,90). Sum of RGB (Red+Green+Blue) = 40+88+90=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #28585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28585A is #D7A7A5. Grayscale: #494949. Windows color (decimal): -14133158 or 5920808. OLE color: 5920808.

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

Color convert

RGB408890-
CMYK0.560.0200.65
HSL182.4º38.46%25.49%-
HSV(B)182.4º55.56%35.29%-
XYZ6.218.1710.92-
YUV73.88137.1103.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.35%
GREEN value IS 88 (34.77% from 255) = 40.37%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=18.35%
G=40.37%
B=41.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4088900.560.0200.65182.438.4625.49
Hex28585A382041b62619
Octal5013013270201012664631
Binary1010001011000101101011100010010000011011011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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