#285557

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

Shades of Dark Slate Grey #285557

Tints of Dark Slate Grey #285557

Color information

#285557 (or 0x285557) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 55 and 57. RGB value is (40,85,87). Sum of RGB (Red+Green+Blue) = 40+85+87=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 87 - color contains mainly: blue. Hex color #285557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285557 is #D7AAA8. Grayscale: #474747. Windows color (decimal): -14133929 or 5723432. OLE color: 5723432.

HSL color Cylindrical-coordinate representation of color #285557: hue angle of 182.55º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #285557 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB408587-
CMYK0.540.0200.66
HSL182.55º37.01%24.9%-
HSV(B)182.55º54.02%34.12%-
XYZ5.847.6410.18-
YUV71.77136.59105.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.87%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=18.87%
G=40.09%
B=41.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4085870.540.0200.66182.5537.0124.9
Hex285557362042b72519
Octal5012512766201022674531
Binary1010001010101101011111011010010000101011011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285557; }

 p { color: rgb(40,85,87); }

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

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

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

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

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

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

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