#285156

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

Shades of Dark Slate Grey #285156

Tints of Dark Slate Grey #285156

Color information

#285156 (or 0x285156) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 51 and 56. RGB value is (40,81,86). Sum of RGB (Red+Green+Blue) = 40+81+86=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 86 - color contains mainly: blue. Hex color #285156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285156 is #D7AEA9. Grayscale: #454545. Windows color (decimal): -14134954 or 5656872. OLE color: 5656872.

HSL color Cylindrical-coordinate representation of color #285156: hue angle of 186.52º 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 #285156 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB408186-
CMYK0.530.0600.66
HSL186.52º36.51%24.71%-
HSV(B)186.52º53.49%33.73%-
XYZ5.57.019.87-
YUV69.31137.42107.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.32%
GREEN value IS 81 (32.03% from 255) = 39.13%
BLUE value IS 86 (33.98% from 255) = 41.55%
R=19.32%
G=39.13%
B=41.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4081860.530.0600.66186.5236.5124.71
Hex285156356042bb2519
Octal5012112665601022734531
Binary10100010100011010110110101110010000101011101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285156; }

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

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

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

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

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

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

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

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