#28595F

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

Shades of Dark Slate Grey #28595F

Tints of Dark Slate Grey #28595F

Color information

#28595F (or 0x28595F) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 59 and 5F. RGB value is (40,89,95). Sum of RGB (Red+Green+Blue) = 40+89+95=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 95 - color contains mainly: blue. Hex color #28595F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28595F is #D7A6A0. Grayscale: #4A4A4A. Windows color (decimal): -14132897 or 6248744. OLE color: 6248744.

HSL color Cylindrical-coordinate representation of color #28595F: hue angle of 186.55º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28595F is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB408995-
CMYK0.580.0600.63
HSL186.55º40.74%26.47%-
HSV(B)186.55º57.89%37.25%-
XYZ6.518.4212.11-
YUV75.03139.27103.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.86%
GREEN value IS 89 (35.16% from 255) = 39.73%
BLUE value IS 95 (37.5% from 255) = 42.41%
R=17.86%
G=39.73%
B=42.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4089950.580.0600.63186.5540.7426.47
Hex28595F3A603Fbb291a
Octal501311377260772735132
Binary1010001011001101111111101011001111111011101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28595F; }

 p { color: rgb(40,89,95); }

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

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

 a { background-color: rgb(40,89,95); }

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

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

 span { border-color: rgb(40,89,95); }

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