Html Css Color HEX #28595D Dark Slate Grey

📋 copy color: '#28595D'

red 40 ◦ green 89 ◦ blue 93

#28595D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #28595D

Tints of Dark Slate Grey #28595D

RGB

 RED value IS 40 (16.02% from 255) = 18.02%

 GREEN value IS 89 (35.16% from 255) = 40.09%

 BLUE value IS 93 (36.72% from 255) = 41.89%

R = 18.02%
G = 40.09%
B = 41.89%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28595D (or 0x28595D) is known color: Dark Slate Grey. HEX triplet: 28, 59 and 5D. RGB value is (40,89,93). Sum of RGB (Red+Green+Blue) = 40+89+93=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #28595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28595D is #D7A6A2. Grayscale: #4A4A4A. Windows color (decimal): -14132899 or 6117672. OLE color: 6117672.

HSL color Cylindrical-coordinate representation of color #28595D: hue angle of 184.53º 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 #28595D is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 89 93 -
CMYK 0.57 0.04 0 0.64
HSL 184.53º 0.4% 0.26% -
HSV(B) 184.53º 0.57% 0.36% -
XYZ 6.42 8.39 11.64 -
YUV 74.81 138.27 103.17 -
System Red Green Blue C M Y K H S L
Decimal 40 89 93 0.57 0.04 0 0.64 184.53 0.4 0.26
Hex 28 59 5D 39 4 0 40 B9 28 1A
Octal 50 131 135 71 4 0 100 271 50 32
Binary 101000 1011001 1011101 111001 100 0 1000000 10111001 101000 11010

Color Harmonies of #28595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28595D

Black with #28595D

Text Example


Text Example

White with #28595D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #28595D;
 }
 .AnyTagClassName
 {
   color: #28595D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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