#285459

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

Shades of Dark Slate Grey #285459

Tints of Dark Slate Grey #285459

Color information

#285459 (or 0x285459) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 54 and 59. RGB value is (40,84,89). Sum of RGB (Red+Green+Blue) = 40+84+89=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #285459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285459 is #D7ABA6. Grayscale: #474747. Windows color (decimal): -14134183 or 5854248. OLE color: 5854248.

HSL color Cylindrical-coordinate representation of color #285459: hue angle of 186.12º degrees, saturation: 0.38, 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 #285459 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB408489-
CMYK0.550.0600.65
HSL186.12º37.98%25.29%-
HSV(B)186.12º55.06%34.9%-
XYZ5.857.5110.59-
YUV71.41137.92105.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.78%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 89 (35.16% from 255) = 41.78%
R=18.78%
G=39.44%
B=41.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4084890.550.0600.65186.1237.9825.29
Hex285459376041ba2619
Octal5012413167601012724631
Binary10100010101001011001110111110010000011011101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285459; }

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

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

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

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

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

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

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

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