#28545A

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

Shades of Dark Slate Grey #28545A

Tints of Dark Slate Grey #28545A

Color information

#28545A (or 0x28545A) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 54 and 5A. RGB value is (40,84,90). Sum of RGB (Red+Green+Blue) = 40+84+90=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #28545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28545A is #D7ABA5. Grayscale: #474747. Windows color (decimal): -14134182 or 5919784. OLE color: 5919784.

HSL color Cylindrical-coordinate representation of color #28545A: hue angle of 187.2º 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 #28545A is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB408490-
CMYK0.560.0700.65
HSL187.2º38.46%25.49%-
HSV(B)187.2º55.56%35.29%-
XYZ5.897.5310.82-
YUV71.53138.42105.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.69%
GREEN value IS 84 (33.20% from 255) = 39.25%
BLUE value IS 90 (35.55% from 255) = 42.06%
R=18.69%
G=39.25%
B=42.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4084900.560.0700.65187.238.4625.49
Hex28545A387041bb2619
Octal5012413270701012734631
Binary10100010101001011010111000111010000011011101110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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