Html Css Color HEX #28585F Dark Slate Grey

📋 copy color: '#28585F'

red 40 ◦ green 88 ◦ blue 95

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

Shades of Dark Slate Grey #28585F

Tints of Dark Slate Grey #28585F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.6%

R = 17.94%
G = 39.46%
B = 42.6%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28585F (or 0x28585F) is known color: Dark Slate Grey. HEX triplet: 28, 58 and 5F. RGB value is (40,88,95). Sum of RGB (Red+Green+Blue) = 40+88+95=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #28585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28585F is #D7A7A0. Grayscale: #4A4A4A. Windows color (decimal): -14133153 or 6248488. OLE color: 6248488.

HSL color Cylindrical-coordinate representation of color #28585F: hue angle of 187.64º 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 #28585F is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 88 95 -
CMYK 0.58 0.07 0 0.63
HSL 187.64º 0.41% 0.26% -
HSV(B) 187.64º 0.58% 0.37% -
XYZ 6.43 8.26 12.08 -
YUV 74.45 139.6 103.43 -
System Red Green Blue C M Y K H S L
Decimal 40 88 95 0.58 0.07 0 0.63 187.64 0.41 0.26
Hex 28 58 5F 3A 7 0 3F BC 29 1A
Octal 50 130 137 72 7 0 77 274 51 32
Binary 101000 1011000 1011111 111010 111 0 111111 10111100 101001 11010

Color Harmonies of #28585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28585F

Black with #28585F

Text Example


Text Example

White with #28585F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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