#295752

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

Shades of Dark Slate Grey #295752

Tints of Dark Slate Grey #295752

Color information

#295752 (or 0x295752) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 57 and 52. RGB value is (41,87,82). Sum of RGB (Red+Green+Blue) = 41+87+82=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 87 - color contains mainly: green. Hex color #295752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295752 is #D6A8AD. Grayscale: #484848. Windows color (decimal): -14067886 or 5396265. OLE color: 5396265.

HSL color Cylindrical-coordinate representation of color #295752: hue angle of 173.48º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #295752 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB418782-
CMYK0.5300.060.66
HSL173.48º35.94%25.1%-
HSV(B)173.48º52.87%34.12%-
XYZ5.857.99.2-
YUV72.68133.26105.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.52%
GREEN value IS 87 (34.38% from 255) = 41.43%
BLUE value IS 82 (32.42% from 255) = 39.05%
R=19.52%
G=41.43%
B=39.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4187820.5300.060.66173.4835.9425.1
Hex295752350642ad2419
Octal5112712265061022554431
Binary10100110101111010010110101011010000101010110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295752; }

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

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

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

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

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

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

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

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