Html Css Color HEX #28575A Dark Slate Grey

📋 copy color: '#28575A'

red 40 ◦ green 87 ◦ blue 90

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

Shades of Dark Slate Grey #28575A

Tints of Dark Slate Grey #28575A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.47%

R = 18.43%
G = 40.09%
B = 41.47%

CMYK

 C value IS 0.56

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#28575A (or 0x28575A) is known color: Dark Slate Grey. HEX triplet: 28, 57 and 5A. RGB value is (40,87,90). Sum of RGB (Red+Green+Blue) = 40+87+90=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #28575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28575A is #D7A8A5. Grayscale: #494949. Windows color (decimal): -14133414 or 5920552. OLE color: 5920552.

HSL color Cylindrical-coordinate representation of color #28575A: hue angle of 183.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28575A is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 87 90 -
CMYK 0.56 0.03 0 0.65
HSL 183.6º 0.38% 0.25% -
HSV(B) 183.6º 0.56% 0.35% -
XYZ 6.13 8.01 10.9 -
YUV 73.29 137.43 104.26 -
System Red Green Blue C M Y K H S L
Decimal 40 87 90 0.56 0.03 0 0.65 183.6 0.38 0.25
Hex 28 57 5A 38 3 0 41 B8 26 19
Octal 50 127 132 70 3 0 101 270 46 31
Binary 101000 1010111 1011010 111000 11 0 1000001 10111000 100110 11001

Color Harmonies of #28575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28575A

Black with #28575A

Text Example


Text Example

White with #28575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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