Html Css Color HEX #28585C Dark Slate Grey

📋 copy color: '#28585C'

red 40 ◦ green 88 ◦ blue 92

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

Shades of Dark Slate Grey #28585C

Tints of Dark Slate Grey #28585C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 41.82%

R = 18.18%
G = 40%
B = 41.82%

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

#28585C (or 0x28585C) is known color: Dark Slate Grey. HEX triplet: 28, 58 and 5C. RGB value is (40,88,92). Sum of RGB (Red+Green+Blue) = 40+88+92=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #28585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28585C is #D7A7A3. Grayscale: #4A4A4A. Windows color (decimal): -14133156 or 6051880. OLE color: 6051880.

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

Color convert

RGB 40 88 92 -
CMYK 0.57 0.04 0 0.64
HSL 184.62º 0.39% 0.26% -
HSV(B) 184.62º 0.57% 0.36% -
XYZ 6.3 8.2 11.38 -
YUV 74.1 138.1 103.67 -
System Red Green Blue C M Y K H S L
Decimal 40 88 92 0.57 0.04 0 0.64 184.62 0.39 0.26
Hex 28 58 5C 39 4 0 40 B9 27 1A
Octal 50 130 134 71 4 0 100 271 47 32
Binary 101000 1011000 1011100 111001 100 0 1000000 10111001 100111 11010

Color Harmonies of #28585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28585C

Black with #28585C

Text Example


Text Example

White with #28585C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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