#285054

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

Shades of Dark Slate Grey #285054

Tints of Dark Slate Grey #285054

Color information

#285054 (or 0x285054) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 50 and 54. RGB value is (40,80,84). Sum of RGB (Red+Green+Blue) = 40+80+84=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 84 - color contains mainly: blue. Hex color #285054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285054 is #D7AFAB. Grayscale: #444444. Windows color (decimal): -14135212 or 5525544. OLE color: 5525544.

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

Color convert

RGB408084-
CMYK0.520.0500.67
HSL185.45º35.48%24.31%-
HSV(B)185.45º52.38%32.94%-
XYZ5.346.839.42-
YUV68.5136.75107.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.61%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 84 (33.20% from 255) = 41.18%
R=19.61%
G=39.22%
B=41.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4080840.520.0500.67185.4535.4824.31
Hex285054345043b92318
Octal5012012464501032714330
Binary10100010100001010100110100101010000111011100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285054; }

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

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

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

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

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

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

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

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