#2A5054

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

Shades of Dark Slate Grey #2A5054

Tints of Dark Slate Grey #2A5054

Color information

#2A5054 (or 0x2A5054) is unknown color: approx Dark Slate Grey. HEX triplet: 2A, 50 and 54. RGB value is (42,80,84). Sum of RGB (Red+Green+Blue) = 42+80+84=206 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.39% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 84 (33.20% from 255 or 40.78% from 206); Max value from RGB is 84 - color contains mainly: blue. Hex color #2A5054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5054 is #D5AFAB. Grayscale: #454545. Windows color (decimal): -14004140 or 5525546. OLE color: 5525546.

HSL color Cylindrical-coordinate representation of color #2A5054: hue angle of 185.71º 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 #2A5054 is Cyan = 0.5, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB428084-
CMYK0.50.0500.67
HSL185.71º33.33%24.71%-
HSV(B)185.71º50%32.94%-
XYZ5.426.879.43-
YUV69.09136.41108.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.39%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 84 (33.20% from 255) = 40.78%
R=20.39%
G=38.83%
B=40.78%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4280840.50.0500.67185.7133.3324.71
Hex2A5054325043ba2119
Octal5212012462501032724131
Binary10101010100001010100110010101010000111011101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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