#285050

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

Shades of Dark Slate Grey #285050

Tints of Dark Slate Grey #285050

Color information

#285050 (or 0x285050) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 50 and 50. RGB value is (40,80,80). Sum of RGB (Red+Green+Blue) = 40+80+80=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #285050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285050 is #D7AFAF. Grayscale: #444444. Windows color (decimal): -14135216 or 5263400. OLE color: 5263400.

HSL color Cylindrical-coordinate representation of color #285050: hue angle of 180º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #285050 is Cyan = 0.5, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB408080-
CMYK0.5000.69
HSL180º33.33%23.53%-
HSV(B)180º50%31.37%-
XYZ5.196.778.62-
YUV68.04134.75108-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20%
GREEN value IS 80 (31.64% from 255) = 40%
BLUE value IS 80 (31.64% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4080800.5000.6918033.3323.53
Hex285050320045b42118
Octal5012012062001052644130
Binary101000101000010100001100100010001011011010010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285050; }

 p { color: rgb(40,80,80); }

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

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

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

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

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

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

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