#295656

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

Shades of Dark Slate Grey #295656

Tints of Dark Slate Grey #295656

Color information

#295656 (or 0x295656) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 56 and 56. RGB value is (41,86,86). Sum of RGB (Red+Green+Blue) = 41+86+86=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 86 - color contains mainly: green, blue. Hex color #295656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295656 is #D6A9A9. Grayscale: #484848. Windows color (decimal): -14068138 or 5658153. OLE color: 5658153.

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

Color convert

RGB418686-
CMYK0.52000.66
HSL180º35.43%24.9%-
HSV(B)180º52.33%33.73%-
XYZ5.927.810-
YUV72.54135.59105.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.25%
GREEN value IS 86 (33.98% from 255) = 40.38%
BLUE value IS 86 (33.98% from 255) = 40.38%
R=19.25%
G=40.38%
B=40.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4186860.52000.6618035.4324.9
Hex295656340042b42319
Octal5112612664001022644331
Binary101001101011010101101101000010000101011010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295656; }

 p { color: rgb(41,86,86); }

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

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

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

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

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

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

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