#2C524F

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

Shades of Dark Slate Grey #2C524F

Tints of Dark Slate Grey #2C524F

Color information

#2C524F (or 0x2C524F) is unknown color: approx Dark Slate Grey. HEX triplet: 2C, 52 and 4F. RGB value is (44,82,79). Sum of RGB (Red+Green+Blue) = 44+82+79=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 82 - color contains mainly: green. Hex color #2C524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C524F is #D3ADB0. Grayscale: #464646. Windows color (decimal): -13872561 or 5198380. OLE color: 5198380.

HSL color Cylindrical-coordinate representation of color #2C524F: hue angle of 175.26º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C524F is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB448279-
CMYK0.4600.040.68
HSL175.26º30.16%24.71%-
HSV(B)175.26º46.34%32.16%-
XYZ5.477.138.49-
YUV70.3132.91109.24-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.46%
GREEN value IS 82 (32.42% from 255) = 40%
BLUE value IS 79 (31.25% from 255) = 38.54%
R=21.46%
G=40%
B=38.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4482790.4600.040.68175.2630.1624.71
Hex2C524F2E0444af1e19
Octal5412211756041042573631
Binary1011001010010100111110111001001000100101011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C524F; }

 p { color: rgb(44,82,79); }

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

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

 a { background-color: rgb(44,82,79); }

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

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

 span { border-color: rgb(44,82,79); }

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