Html Css Color HEX #28585E Dark Slate Grey

📋 copy color: '#28585E'

red 40 ◦ green 88 ◦ blue 94

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

Shades of Dark Slate Grey #28585E

Tints of Dark Slate Grey #28585E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.64%

 BLUE value IS 94 (37.11% from 255) = 42.34%

R = 18.02%
G = 39.64%
B = 42.34%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28585E (or 0x28585E) is known color: Dark Slate Grey. HEX triplet: 28, 58 and 5E. RGB value is (40,88,94). Sum of RGB (Red+Green+Blue) = 40+88+94=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 94 - color contains mainly: blue. Hex color #28585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28585E is #D7A7A1. Grayscale: #4A4A4A. Windows color (decimal): -14133154 or 6182952. OLE color: 6182952.

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

Color convert

RGB 40 88 94 -
CMYK 0.57 0.06 0 0.63
HSL 186.67º 0.4% 0.26% -
HSV(B) 186.67º 0.57% 0.37% -
XYZ 6.39 8.24 11.84 -
YUV 74.33 139.1 103.51 -
System Red Green Blue C M Y K H S L
Decimal 40 88 94 0.57 0.06 0 0.63 186.67 0.4 0.26
Hex 28 58 5E 39 6 0 3F BB 28 1A
Octal 50 130 136 71 6 0 77 273 50 32
Binary 101000 1011000 1011110 111001 110 0 111111 10111011 101000 11010

Color Harmonies of #28585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28585E

Black with #28585E

Text Example


Text Example

White with #28585E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28585E; }

 p { color: rgb(40,88,94); }

 H1.HeaderClassName
 {
   color: #28585E;
 }
 .AnyTagClassName
 {
   color: #28585E;
 }
</style>

background-color css

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

 a { background-color: rgb(40,88,94); }

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

border-color css

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

 span { border-color: rgb(40,88,94); }

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