#295553

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

Shades of Dark Slate Grey #295553

Tints of Dark Slate Grey #295553

Color information

#295553 (or 0x295553) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 55 and 53. RGB value is (41,85,83). Sum of RGB (Red+Green+Blue) = 41+85+83=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #295553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295553 is #D6AAAC. Grayscale: #474747. Windows color (decimal): -14068397 or 5461289. OLE color: 5461289.

HSL color Cylindrical-coordinate representation of color #295553: hue angle of 177.27º 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 #295553 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB418583-
CMYK0.5200.020.67
HSL177.27º34.92%24.71%-
HSV(B)177.27º51.76%33.33%-
XYZ5.727.599.35-
YUV71.62134.42106.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.62%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 83 (32.81% from 255) = 39.71%
R=19.62%
G=40.67%
B=39.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185830.5200.020.67177.2734.9224.71
Hex295553340243b12319
Octal5112512364021032614331
Binary1010011010101101001111010001010000111011000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295553; }

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

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

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

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

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

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

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

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