Html Css Color HEX #28544F Dark Slate Grey

📋 copy color: '#28544F'

red 40 ◦ green 84 ◦ blue 79

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

Shades of Dark Slate Grey #28544F

Tints of Dark Slate Grey #28544F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.38%

 BLUE value IS 79 (31.25% from 255) = 38.92%

R = 19.7%
G = 41.38%
B = 38.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#28544F (or 0x28544F) is known color: Dark Slate Grey. HEX triplet: 28, 54 and 4F. RGB value is (40,84,79). Sum of RGB (Red+Green+Blue) = 40+84+79=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #28544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28544F is #D7ABB0. Grayscale: #464646. Windows color (decimal): -14134193 or 5198888. OLE color: 5198888.

HSL color Cylindrical-coordinate representation of color #28544F: hue angle of 173.18º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #28544F is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 84 79 -
CMYK 0.52 0 0.06 0.67
HSL 173.18º 0.35% 0.24% -
HSV(B) 173.18º 0.52% 0.33% -
XYZ 5.46 7.36 8.53 -
YUV 70.27 132.92 106.41 -
System Red Green Blue C M Y K H S L
Decimal 40 84 79 0.52 0 0.06 0.67 173.18 0.35 0.24
Hex 28 54 4F 34 0 6 43 AD 23 18
Octal 50 124 117 64 0 6 103 255 43 30
Binary 101000 1010100 1001111 110100 0 110 1000011 10101101 100011 11000

Color Harmonies of #28544F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28544F

Black with #28544F

Text Example


Text Example

White with #28544F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,84,79); }

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

background-color css

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

 a { background-color: rgb(40,84,79); }

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

border-color css

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

 span { border-color: rgb(40,84,79); }

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