#324F52

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

Shades of Dark Slate Grey #324F52

Tints of Dark Slate Grey #324F52

Color information

#324F52 (or 0x324F52) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 4F and 52. RGB value is (50,79,82). Sum of RGB (Red+Green+Blue) = 50+79+82=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 82 - color contains mainly: blue. Hex color #324F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324F52 is #CDB0AD. Grayscale: #464646. Windows color (decimal): -13480110 or 5394226. OLE color: 5394226.

HSL color Cylindrical-coordinate representation of color #324F52: hue angle of 185.62º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #324F52 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB507982-
CMYK0.390.0400.68
HSL185.62º24.24%25.88%-
HSV(B)185.62º39.02%32.16%-
XYZ5.636.889.01-
YUV70.67134.39113.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 79 (31.25% from 255) = 37.44%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=23.70%
G=37.44%
B=38.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5079820.390.0400.68185.6224.2425.88
Hex324F52274044ba181a
Octal6211712247401042723032
Binary1100101001111101001010011110001000100101110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324F52; }

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

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

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

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

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

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

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

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