#295053

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

Shades of Dark Slate Grey #295053

Tints of Dark Slate Grey #295053

Color information

#295053 (or 0x295053) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 50 and 53. RGB value is (41,80,83). Sum of RGB (Red+Green+Blue) = 41+80+83=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #295053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295053 is #D6AFAC. Grayscale: #444444. Windows color (decimal): -14069677 or 5460009. OLE color: 5460009.

HSL color Cylindrical-coordinate representation of color #295053: hue angle of 184.29º 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 #295053 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB418083-
CMYK0.510.0400.67
HSL184.29º33.87%24.31%-
HSV(B)184.29º50.6%32.55%-
XYZ5.346.839.22-
YUV68.68136.08108.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.10%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 83 (32.81% from 255) = 40.69%
R=20.10%
G=39.22%
B=40.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4180830.510.0400.67184.2933.8724.31
Hex295053334043b82218
Octal5112012363401032704230
Binary10100110100001010011110011100010000111011100010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295053; }

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

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

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

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

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

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

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

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