#295253

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

Shades of Dark Slate Grey #295253

Tints of Dark Slate Grey #295253

Color information

#295253 (or 0x295253) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 52 and 53. RGB value is (41,82,83). Sum of RGB (Red+Green+Blue) = 41+82+83=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #295253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295253 is #D6ADAC. Grayscale: #454545. Windows color (decimal): -14069165 or 5460521. OLE color: 5460521.

HSL color Cylindrical-coordinate representation of color #295253: hue angle of 181.43º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #295253 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB418283-
CMYK0.510.0100.67
HSL181.43º33.87%24.31%-
HSV(B)181.43º50.6%32.55%-
XYZ5.497.139.27-
YUV69.86135.42107.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.90%
GREEN value IS 82 (32.42% from 255) = 39.81%
BLUE value IS 83 (32.81% from 255) = 40.29%
R=19.90%
G=39.81%
B=40.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4182830.510.0100.67181.4333.8724.31
Hex295253331043b52218
Octal5112212363101032654230
Binary101001101001010100111100111010000111011010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295253; }

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

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

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

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

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

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

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

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