#285254

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

Shades of Dark Slate Grey #285254

Tints of Dark Slate Grey #285254

Color information

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

HSL color Cylindrical-coordinate representation of color #285254: hue angle of 182.73º 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 #285254 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB408284-
CMYK0.520.0200.67
HSL182.73º35.48%24.31%-
HSV(B)182.73º52.38%32.94%-
XYZ5.497.139.47-
YUV69.67136.09106.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4082840.520.0200.67182.7335.4824.31
Hex285254342043b72318
Octal5012212464201032674330
Binary1010001010010101010011010010010000111011011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285254; }

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

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

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

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

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

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

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

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