#28524C

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

Shades of Dark Slate Grey #28524C

Tints of Dark Slate Grey #28524C

Color information

#28524C (or 0x28524C) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 52 and 4C. RGB value is (40,82,76). Sum of RGB (Red+Green+Blue) = 40+82+76=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 82 - color contains mainly: green. Hex color #28524C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28524C is #D7ADB3. Grayscale: #444444. Windows color (decimal): -14134708 or 5001768. OLE color: 5001768.

HSL color Cylindrical-coordinate representation of color #28524C: hue angle of 171.43º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #28524C is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB408276-
CMYK0.5100.070.68
HSL171.43º34.43%23.92%-
HSV(B)171.43º51.22%32.16%-
XYZ5.27.017.92-
YUV68.76132.09107.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.20%
GREEN value IS 82 (32.42% from 255) = 41.41%
BLUE value IS 76 (30.08% from 255) = 38.38%
R=20.20%
G=41.41%
B=38.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4082760.5100.070.68171.4334.4323.92
Hex28524C330744ab2218
Octal5012211463071042534230
Binary10100010100101001100110011011110001001010101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28524C; }

 p { color: rgb(40,82,76); }

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

<style>
 a { background-color: #28524C; }

 a { background-color: rgb(40,82,76); }

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

<style>
 span { border-color: #28524C; }

 span { border-color: rgb(40,82,76); }

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