#285458

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

Shades of Dark Slate Grey #285458

Tints of Dark Slate Grey #285458

Color information

#285458 (or 0x285458) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 54 and 58. RGB value is (40,84,88). Sum of RGB (Red+Green+Blue) = 40+84+88=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 88 - color contains mainly: blue. Hex color #285458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285458 is #D7ABA7. Grayscale: #474747. Windows color (decimal): -14134184 or 5788712. OLE color: 5788712.

HSL color Cylindrical-coordinate representation of color #285458: hue angle of 185º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #285458 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB408488-
CMYK0.550.0500.65
HSL185º37.5%25.1%-
HSV(B)185º54.55%34.51%-
XYZ5.817.510.37-
YUV71.3137.42105.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.87%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 88 (34.77% from 255) = 41.51%
R=18.87%
G=39.62%
B=41.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4084880.550.0500.6518537.525.1
Hex285458375041b92519
Octal5012413067501012714531
Binary10100010101001011000110111101010000011011100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285458; }

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

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

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

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

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

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

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

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