#324F53

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

Shades of Dark Slate Grey #324F53

Tints of Dark Slate Grey #324F53

Color information

#324F53 (or 0x324F53) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 4F and 53. RGB value is (50,79,83). Sum of RGB (Red+Green+Blue) = 50+79+83=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 83 - color contains mainly: blue. Hex color #324F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324F53 is #CDB0AC. Grayscale: #464646. Windows color (decimal): -13480109 or 5459762. OLE color: 5459762.

HSL color Cylindrical-coordinate representation of color #324F53: hue angle of 187.27º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #324F53 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB507983-
CMYK0.400.0500.67
HSL187.27º24.81%26.08%-
HSV(B)187.27º39.76%32.55%-
XYZ5.676.899.22-
YUV70.78134.89113.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.58%
GREEN value IS 79 (31.25% from 255) = 37.26%
BLUE value IS 83 (32.81% from 255) = 39.15%
R=23.58%
G=37.26%
B=39.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5079830.400.0500.67187.2724.8126.08
Hex324F53285043bb191a
Octal6211712350501032733132
Binary1100101001111101001110100010101000011101110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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