#285452

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

Shades of Dark Slate Grey #285452

Tints of Dark Slate Grey #285452

Color information

#285452 (or 0x285452) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 54 and 52. RGB value is (40,84,82). Sum of RGB (Red+Green+Blue) = 40+84+82=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #285452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285452 is #D7ABAD. Grayscale: #464646. Windows color (decimal): -14134190 or 5395496. OLE color: 5395496.

HSL color Cylindrical-coordinate representation of color #285452: hue angle of 177.27º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #285452 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB408482-
CMYK0.5200.020.67
HSL177.27º35.48%24.31%-
HSV(B)177.27º52.38%32.94%-
XYZ5.577.49.12-
YUV70.62134.42106.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.42%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 82 (32.42% from 255) = 39.81%
R=19.42%
G=40.78%
B=39.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4084820.5200.020.67177.2735.4824.31
Hex285452340243b12318
Octal5012412264021032614330
Binary1010001010100101001011010001010000111011000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285452; }

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

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

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

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

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

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

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

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