#295856

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

Shades of Dark Slate Grey #295856

Tints of Dark Slate Grey #295856

Color information

#295856 (or 0x295856) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 58 and 56. RGB value is (41,88,86). Sum of RGB (Red+Green+Blue) = 41+88+86=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 88 - color contains mainly: green. Hex color #295856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295856 is #D6A7A9. Grayscale: #494949. Windows color (decimal): -14067626 or 5658665. OLE color: 5658665.

HSL color Cylindrical-coordinate representation of color #295856: hue angle of 177.45º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #295856 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB418886-
CMYK0.5300.020.65
HSL177.45º36.43%25.29%-
HSV(B)177.45º53.41%34.51%-
XYZ6.088.1210.05-
YUV73.72134.93104.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.07%
GREEN value IS 88 (34.77% from 255) = 40.93%
BLUE value IS 86 (33.98% from 255) = 40%
R=19.07%
G=40.93%
B=40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4188860.5300.020.65177.4536.4325.29
Hex295856350241b12419
Octal5113012665021012614431
Binary1010011011000101011011010101010000011011000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295856; }

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

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

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

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

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

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

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

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