#285257

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

Shades of Dark Slate Grey #285257

Tints of Dark Slate Grey #285257

Color information

#285257 (or 0x285257) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 52 and 57. RGB value is (40,82,87). Sum of RGB (Red+Green+Blue) = 40+82+87=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 87 - color contains mainly: blue. Hex color #285257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285257 is #D7ADA8. Grayscale: #454545. Windows color (decimal): -14134697 or 5722664. OLE color: 5722664.

HSL color Cylindrical-coordinate representation of color #285257: hue angle of 186.38º 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 #285257 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB408287-
CMYK0.540.0600.66
HSL186.38º37.01%24.9%-
HSV(B)186.38º54.02%34.12%-
XYZ5.617.1710.11-
YUV70.01137.59106.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.14%
GREEN value IS 82 (32.42% from 255) = 39.23%
BLUE value IS 87 (34.38% from 255) = 41.63%
R=19.14%
G=39.23%
B=41.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4082870.540.0600.66186.3837.0124.9
Hex285257366042ba2519
Octal5012212766601022724531
Binary10100010100101010111110110110010000101011101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285257; }

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

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

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

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

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

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

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

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