#28544E

Color #28544E Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #28544E

Tints of Dark Slate Grey #28544E

Color information

#28544E (or 0x28544E) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 54 and 4E. RGB value is (40,84,78). Sum of RGB (Red+Green+Blue) = 40+84+78=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #28544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28544E is #D7ABB1. Grayscale: #464646. Windows color (decimal): -14134194 or 5133352. OLE color: 5133352.

HSL color Cylindrical-coordinate representation of color #28544E: hue angle of 171.82º 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 #28544E is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB408478-
CMYK0.5200.070.67
HSL171.82º35.48%24.31%-
HSV(B)171.82º52.38%32.94%-
XYZ5.427.348.34-
YUV70.16132.42106.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.80%
GREEN value IS 84 (33.20% from 255) = 41.58%
BLUE value IS 78 (30.86% from 255) = 38.61%
R=19.80%
G=41.58%
B=38.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4084780.5200.070.67171.8235.4824.31
Hex28544E340743ac2318
Octal5012411664071032544330
Binary10100010101001001110110100011110000111010110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #28544E;
 }
 .AnyTagClassName
 {
   color: #28544E;
 }
</style>
background-color css

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

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

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

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

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

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