#2A5455

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

Shades of Dark Slate Grey #2A5455

Tints of Dark Slate Grey #2A5455

Color information

#2A5455 (or 0x2A5455) is unknown color: approx Dark Slate Grey. HEX triplet: 2A, 54 and 55. RGB value is (42,84,85). Sum of RGB (Red+Green+Blue) = 42+84+85=211 (27% of max value = 765). Red value is 42 (16.80% from 255 or 19.91% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 85 - color contains mainly: blue. Hex color #2A5455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5455 is #D5ABAA. Grayscale: #474747. Windows color (decimal): -14003115 or 5592106. OLE color: 5592106.

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

Color convert

RGB428485-
CMYK0.510.0100.67
HSL181.4º33.86%24.9%-
HSV(B)181.4º50.59%33.33%-
XYZ5.767.499.74-
YUV71.56135.59106.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.91%
GREEN value IS 84 (33.20% from 255) = 39.81%
BLUE value IS 85 (33.59% from 255) = 40.28%
R=19.91%
G=39.81%
B=40.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4284850.510.0100.67181.433.8624.9
Hex2A5455331043b52219
Octal5212412563101032654231
Binary101010101010010101011100111010000111011010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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