#2A5454

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

Shades of Dark Slate Grey #2A5454

Tints of Dark Slate Grey #2A5454

Color information

#2A5454 (or 0x2A5454) is unknown color: approx Dark Slate Grey. HEX triplet: 2A, 54 and 54. RGB value is (42,84,84). Sum of RGB (Red+Green+Blue) = 42+84+84=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 84 - color contains mainly: green, blue. Hex color #2A5454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5454 is #D5ABAB. Grayscale: #474747. Windows color (decimal): -14003116 or 5526570. OLE color: 5526570.

HSL color Cylindrical-coordinate representation of color #2A5454: hue angle of 180º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A5454 is Cyan = 0.5, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB428484-
CMYK0.5000.67
HSL180º33.33%24.71%-
HSV(B)180º50%32.94%-
XYZ5.737.479.53-
YUV71.44135.09107-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20%
GREEN value IS 84 (33.20% from 255) = 40%
BLUE value IS 84 (33.20% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4284840.5000.6718033.3324.71
Hex2A5454320043b42119
Octal5212412462001032644131
Binary101010101010010101001100100010000111011010010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A5454; }

 p { color: rgb(42,84,84); }

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

<style>
 a { background-color: #2A5454; }

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

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

<style>
 span { border-color: #2A5454; }

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

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