#285355

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

Shades of Dark Slate Grey #285355

Tints of Dark Slate Grey #285355

Color information

#285355 (or 0x285355) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 53 and 55. RGB value is (40,83,85). Sum of RGB (Red+Green+Blue) = 40+83+85=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 85 - color contains mainly: blue. Hex color #285355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285355 is #D7ACAA. Grayscale: #464646. Windows color (decimal): -14134443 or 5591848. OLE color: 5591848.

HSL color Cylindrical-coordinate representation of color #285355: hue angle of 182.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 #285355 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB408385-
CMYK0.530.0200.67
HSL182.67º36%24.51%-
HSV(B)182.67º52.94%33.33%-
XYZ5.617.299.71-
YUV70.37136.25106.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.23%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 85 (33.59% from 255) = 40.87%
R=19.23%
G=39.90%
B=40.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4083850.530.0200.67182.673624.51
Hex285355352043b72419
Octal5012312565201032674431
Binary1010001010011101010111010110010000111011011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285355; }

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

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

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

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

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

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

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

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