#285752

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

Shades of Dark Slate Grey #285752

Tints of Dark Slate Grey #285752

Color information

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

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

Color convert

RGB408782-
CMYK0.5400.060.66
HSL173.62º37.01%24.9%-
HSV(B)173.62º54.02%34.12%-
XYZ5.817.889.2-
YUV72.38133.43104.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4087820.5400.060.66173.6237.0124.9
Hex285752360642ae2519
Octal5012712266061022564531
Binary10100010101111010010110110011010000101010111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285752; }

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

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

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

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

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

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

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

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