#285055

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

Shades of Dark Slate Grey #285055

Tints of Dark Slate Grey #285055

Color information

#285055 (or 0x285055) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 50 and 55. RGB value is (40,80,85). Sum of RGB (Red+Green+Blue) = 40+80+85=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 85 - color contains mainly: blue. Hex color #285055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285055 is #D7AFAA. Grayscale: #444444. Windows color (decimal): -14135211 or 5591080. OLE color: 5591080.

HSL color Cylindrical-coordinate representation of color #285055: hue angle of 186.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #285055 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB408085-
CMYK0.530.0600.67
HSL186.67º36%24.51%-
HSV(B)186.67º52.94%33.33%-
XYZ5.386.849.63-
YUV68.61137.25107.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.51%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 85 (33.59% from 255) = 41.46%
R=19.51%
G=39.02%
B=41.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4080850.530.0600.67186.673624.51
Hex285055356043bb2419
Octal5012012565601032734431
Binary10100010100001010101110101110010000111011101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285055; }

 p { color: rgb(40,80,85); }

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

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

 a { background-color: rgb(40,80,85); }

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

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

 span { border-color: rgb(40,80,85); }

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