#28534E

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

Shades of Dark Slate Grey #28534E

Tints of Dark Slate Grey #28534E

Color information

#28534E (or 0x28534E) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 53 and 4E. RGB value is (40,83,78). Sum of RGB (Red+Green+Blue) = 40+83+78=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #28534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28534E is #D7ACB1. Grayscale: #454545. Windows color (decimal): -14134450 or 5133096. OLE color: 5133096.

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

Color convert

RGB408378-
CMYK0.5200.060.67
HSL173.02º34.96%24.12%-
HSV(B)173.02º51.81%32.55%-
XYZ5.347.198.31-
YUV69.57132.75106.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.90%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 78 (30.86% from 255) = 38.81%
R=19.90%
G=41.29%
B=38.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4083780.5200.060.67173.0234.9624.12
Hex28534E340643ad2318
Octal5012311664061032554330
Binary10100010100111001110110100011010000111010110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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