#285256

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

Shades of Dark Slate Grey #285256

Tints of Dark Slate Grey #285256

Color information

#285256 (or 0x285256) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 52 and 56. RGB value is (40,82,86). Sum of RGB (Red+Green+Blue) = 40+82+86=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 86 - color contains mainly: blue. Hex color #285256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285256 is #D7ADA9. Grayscale: #454545. Windows color (decimal): -14134698 or 5657128. OLE color: 5657128.

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

Color convert

RGB408286-
CMYK0.530.0500.66
HSL185.22º36.51%24.71%-
HSV(B)185.22º53.49%33.73%-
XYZ5.577.169.89-
YUV69.9137.09106.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.23%
GREEN value IS 82 (32.42% from 255) = 39.42%
BLUE value IS 86 (33.98% from 255) = 41.35%
R=19.23%
G=39.42%
B=41.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4082860.530.0500.66185.2236.5124.71
Hex285256355042b92519
Octal5012212665501022714531
Binary10100010100101010110110101101010000101011100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285256; }

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

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

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

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

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

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

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

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