#295456

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

Shades of Dark Slate Grey #295456

Tints of Dark Slate Grey #295456

Color information

#295456 (or 0x295456) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 54 and 56. RGB value is (41,84,86). Sum of RGB (Red+Green+Blue) = 41+84+86=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 86 - color contains mainly: blue. Hex color #295456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295456 is #D6ABA9. Grayscale: #474747. Windows color (decimal): -14068650 or 5657641. OLE color: 5657641.

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

Color convert

RGB418486-
CMYK0.520.0200.66
HSL182.67º35.43%24.9%-
HSV(B)182.67º52.33%33.73%-
XYZ5.767.489.94-
YUV71.37136.25106.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.43%
GREEN value IS 84 (33.20% from 255) = 39.81%
BLUE value IS 86 (33.98% from 255) = 40.76%
R=19.43%
G=39.81%
B=40.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4184860.520.0200.66182.6735.4324.9
Hex295456342042b72319
Octal5112412664201022674331
Binary1010011010100101011011010010010000101011011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295456; }

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

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

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

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

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

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

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

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