#285B5D

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

Shades of Dark Slate Grey #285B5D

Tints of Dark Slate Grey #285B5D

Color information

#285B5D (or 0x285B5D) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 5B and 5D. RGB value is (40,91,93). Sum of RGB (Red+Green+Blue) = 40+91+93=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #285B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285B5D is #D7A4A2. Grayscale: #4B4B4B. Windows color (decimal): -14132387 or 6118184. OLE color: 6118184.

HSL color Cylindrical-coordinate representation of color #285B5D: hue angle of 182.26º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285B5D is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB409193-
CMYK0.570.0200.64
HSL182.26º39.85%26.08%-
HSV(B)182.26º56.99%36.47%-
XYZ6.598.7211.69-
YUV75.98137.6102.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.86%
GREEN value IS 91 (35.94% from 255) = 40.62%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=17.86%
G=40.62%
B=41.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4091930.570.0200.64182.2639.8526.08
Hex285B5D392040b6281a
Octal5013313571201002665032
Binary1010001011011101110111100110010000001011011010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285B5D; }

 p { color: rgb(40,91,93); }

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

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

 a { background-color: rgb(40,91,93); }

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

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

 span { border-color: rgb(40,91,93); }

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