#2A5154

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

Shades of Dark Slate Grey #2A5154

Tints of Dark Slate Grey #2A5154

Color information

#2A5154 (or 0x2A5154) is unknown color: approx Dark Slate Grey. HEX triplet: 2A, 51 and 54. RGB value is (42,81,84). Sum of RGB (Red+Green+Blue) = 42+81+84=207 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.29% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 84 - color contains mainly: blue. Hex color #2A5154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5154 is #D5AEAB. Grayscale: #454545. Windows color (decimal): -14003884 or 5525802. OLE color: 5525802.

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

Color convert

RGB428184-
CMYK0.50.0400.67
HSL184.29º33.33%24.71%-
HSV(B)184.29º50%32.94%-
XYZ5.57.029.45-
YUV69.68136.08108.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.29%
GREEN value IS 81 (32.03% from 255) = 39.13%
BLUE value IS 84 (33.20% from 255) = 40.58%
R=20.29%
G=39.13%
B=40.58%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4281840.50.0400.67184.2933.3324.71
Hex2A5154324043b82119
Octal5212112462401032704131
Binary10101010100011010100110010100010000111011100010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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