#285759

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

Shades of Dark Slate Grey #285759

Tints of Dark Slate Grey #285759

Color information

#285759 (or 0x285759) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 57 and 59. RGB value is (40,87,89). Sum of RGB (Red+Green+Blue) = 40+87+89=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #285759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285759 is #D7A8A6. Grayscale: #494949. Windows color (decimal): -14133415 or 5855016. OLE color: 5855016.

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

Color convert

RGB408789-
CMYK0.550.0200.65
HSL182.45º37.98%25.29%-
HSV(B)182.45º55.06%34.9%-
XYZ6.097.9910.67-
YUV73.18136.93104.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.52%
GREEN value IS 87 (34.38% from 255) = 40.28%
BLUE value IS 89 (35.16% from 255) = 41.20%
R=18.52%
G=40.28%
B=41.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4087890.550.0200.65182.4537.9825.29
Hex285759372041b62619
Octal5012713167201012664631
Binary1010001010111101100111011110010000011011011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285759; }

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

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

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

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

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

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

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

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