Html Css Color HEX #28575B Dark Slate Grey

📋 copy color: '#28575B'

red 40 ◦ green 87 ◦ blue 91

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

Shades of Dark Slate Grey #28575B

Tints of Dark Slate Grey #28575B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.91%

 BLUE value IS 91 (35.94% from 255) = 41.74%

R = 18.35%
G = 39.91%
B = 41.74%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28575B (or 0x28575B) is known color: Dark Slate Grey. HEX triplet: 28, 57 and 5B. RGB value is (40,87,91). Sum of RGB (Red+Green+Blue) = 40+87+91=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #28575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28575B is #D7A8A4. Grayscale: #494949. Windows color (decimal): -14133413 or 5986088. OLE color: 5986088.

HSL color Cylindrical-coordinate representation of color #28575B: hue angle of 184.71º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28575B is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 87 91 -
CMYK 0.56 0.04 0 0.64
HSL 184.71º 0.39% 0.26% -
HSV(B) 184.71º 0.56% 0.36% -
XYZ 6.17 8.02 11.12 -
YUV 73.4 137.93 104.17 -
System Red Green Blue C M Y K H S L
Decimal 40 87 91 0.56 0.04 0 0.64 184.71 0.39 0.26
Hex 28 57 5B 38 4 0 40 B9 27 1A
Octal 50 127 133 70 4 0 100 271 47 32
Binary 101000 1010111 1011011 111000 100 0 1000000 10111001 100111 11010

Color Harmonies of #28575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28575B

Black with #28575B

Text Example


Text Example

White with #28575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28575B; }

 p { color: rgb(40,87,91); }

 H1.HeaderClassName
 {
   color: #28575B;
 }
 .AnyTagClassName
 {
   color: #28575B;
 }
</style>

background-color css

<style>
 a { background-color: #28575B; }

 a { background-color: rgb(40,87,91); }

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

border-color css

<style>
 span { border-color: #28575B; }

 span { border-color: rgb(40,87,91); }

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