#295554

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

Shades of Dark Slate Grey #295554

Tints of Dark Slate Grey #295554

Color information

#295554 (or 0x295554) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 55 and 54. RGB value is (41,85,84). Sum of RGB (Red+Green+Blue) = 41+85+84=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #295554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295554 is #D6AAAB. Grayscale: #474747. Windows color (decimal): -14068396 or 5526825. OLE color: 5526825.

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

Color convert

RGB418584-
CMYK0.5200.010.67
HSL178.64º34.92%24.71%-
HSV(B)178.64º51.76%33.33%-
XYZ5.767.619.55-
YUV71.73134.92106.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.52%
GREEN value IS 85 (33.59% from 255) = 40.48%
BLUE value IS 84 (33.20% from 255) = 40%
R=19.52%
G=40.48%
B=40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185840.5200.010.67178.6434.9224.71
Hex295554340143b32319
Octal5112512464011032634331
Binary101001101010110101001101000110000111011001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295554; }

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

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

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

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

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

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

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

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