#295653

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

Shades of Dark Slate Grey #295653

Tints of Dark Slate Grey #295653

Color information

#295653 (or 0x295653) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 56 and 53. RGB value is (41,86,83). Sum of RGB (Red+Green+Blue) = 41+86+83=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 86 - color contains mainly: green. Hex color #295653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295653 is #D6A9AC. Grayscale: #484848. Windows color (decimal): -14068141 or 5461545. OLE color: 5461545.

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

Color convert

RGB418683-
CMYK0.5200.030.66
HSL176º35.43%24.9%-
HSV(B)176º52.33%33.73%-
XYZ5.87.759.37-
YUV72.2134.09105.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.52%
GREEN value IS 86 (33.98% from 255) = 40.95%
BLUE value IS 83 (32.81% from 255) = 39.52%
R=19.52%
G=40.95%
B=39.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4186830.5200.030.6617635.4324.9
Hex295653340342b02319
Octal5112612364031022604331
Binary1010011010110101001111010001110000101011000010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295653; }

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

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

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

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

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

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

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

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