#285753

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

Shades of Dark Slate Grey #285753

Tints of Dark Slate Grey #285753

Color information

#285753 (or 0x285753) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 57 and 53. RGB value is (40,87,83). Sum of RGB (Red+Green+Blue) = 40+87+83=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 87 - color contains mainly: green. Hex color #285753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285753 is #D7A8AC. Grayscale: #484848. Windows color (decimal): -14133421 or 5461800. OLE color: 5461800.

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

Color convert

RGB408783-
CMYK0.5400.050.66
HSL174.89º37.01%24.9%-
HSV(B)174.89º54.02%34.12%-
XYZ5.847.899.4-
YUV72.49133.93104.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.05%
GREEN value IS 87 (34.38% from 255) = 41.43%
BLUE value IS 83 (32.81% from 255) = 39.52%
R=19.05%
G=41.43%
B=39.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4087830.5400.050.66174.8937.0124.9
Hex285753360542af2519
Octal5012712366051022574531
Binary10100010101111010011110110010110000101010111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285753; }

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

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

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

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

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

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

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

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