#295052

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

Shades of Dark Slate Grey #295052

Tints of Dark Slate Grey #295052

Color information

#295052 (or 0x295052) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 50 and 52. RGB value is (41,80,82). Sum of RGB (Red+Green+Blue) = 41+80+82=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 82 - color contains mainly: blue. Hex color #295052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295052 is #D6AFAD. Grayscale: #444444. Windows color (decimal): -14069678 or 5394473. OLE color: 5394473.

HSL color Cylindrical-coordinate representation of color #295052: hue angle of 182.93º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #295052 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB418082-
CMYK0.500.0200.68
HSL182.93º33.33%24.12%-
HSV(B)182.93º50%32.16%-
XYZ5.316.829.02-
YUV68.57135.58108.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=20.20%
G=39.41%
B=40.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4180820.500.0200.68182.9333.3324.12
Hex295052322044b72118
Octal5112012262201042674130
Binary1010011010000101001011001010010001001011011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295052; }

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

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

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

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

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

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

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

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