#324E53

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

Shades of Dark Slate Grey #324E53

Tints of Dark Slate Grey #324E53

Color information

#324E53 (or 0x324E53) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 4E and 53. RGB value is (50,78,83). Sum of RGB (Red+Green+Blue) = 50+78+83=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 78 (30.86% from 255 or 36.97% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #324E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E53 is #CDB1AC. Grayscale: #464646. Windows color (decimal): -13480365 or 5459506. OLE color: 5459506.

HSL color Cylindrical-coordinate representation of color #324E53: hue angle of 189.09º 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 #324E53 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB507883-
CMYK0.400.0600.67
HSL189.09º24.81%26.08%-
HSV(B)189.09º39.76%32.55%-
XYZ5.66.759.19-
YUV70.2135.22113.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 78 (30.86% from 255) = 36.97%
BLUE value IS 83 (32.81% from 255) = 39.34%
R=23.70%
G=36.97%
B=39.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5078830.400.0600.67189.0924.8126.08
Hex324E53286043bd191a
Octal6211612350601032753132
Binary1100101001110101001110100011001000011101111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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