#285552

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

Shades of Dark Slate Grey #285552

Tints of Dark Slate Grey #285552

Color information

#285552 (or 0x285552) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 55 and 52. RGB value is (40,85,82). Sum of RGB (Red+Green+Blue) = 40+85+82=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #285552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285552 is #D7AAAD. Grayscale: #474747. Windows color (decimal): -14133934 or 5395752. OLE color: 5395752.

HSL color Cylindrical-coordinate representation of color #285552: hue angle of 176º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #285552 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB408582-
CMYK0.5300.040.67
HSL176º36%24.51%-
HSV(B)176º52.94%33.33%-
XYZ5.657.569.14-
YUV71.2134.09105.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.32%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 82 (32.42% from 255) = 39.61%
R=19.32%
G=41.06%
B=39.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4085820.5300.040.671763624.51
Hex285552350443b02419
Octal5012512265041032604431
Binary10100010101011010010110101010010000111011000010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285552; }

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

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

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

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

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

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

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

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