#285354

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

Shades of Dark Slate Grey #285354

Tints of Dark Slate Grey #285354

Color information

#285354 (or 0x285354) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 53 and 54. RGB value is (40,83,84). Sum of RGB (Red+Green+Blue) = 40+83+84=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 84 - color contains mainly: blue. Hex color #285354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285354 is #D7ACAB. Grayscale: #464646. Windows color (decimal): -14134444 or 5526312. OLE color: 5526312.

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

Color convert

RGB408384-
CMYK0.520.0100.67
HSL181.36º35.48%24.31%-
HSV(B)181.36º52.38%32.94%-
XYZ5.577.289.5-
YUV70.26135.75106.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.32%
GREEN value IS 83 (32.81% from 255) = 40.10%
BLUE value IS 84 (33.20% from 255) = 40.58%
R=19.32%
G=40.10%
B=40.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4083840.520.0100.67181.3635.4824.31
Hex285354341043b52318
Octal5012312464101032654330
Binary101000101001110101001101001010000111011010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285354; }

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

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

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

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

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

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

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

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