Html Css Color HEX #324E53 Dark Slate Grey

📋 copy color: '#324E53'

red 50 ◦ green 78 ◦ blue 83

#324E53
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #324E53

Tints of Dark Slate Grey #324E53

RGB

 RED value IS 50 (19.92% from 255) = 23.7%

 GREEN value IS 78 (30.86% from 255) = 36.97%

 BLUE value IS 83 (32.81% from 255) = 39.34%

R = 23.7%
G = 36.97%
B = 39.34%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#324E53 (or 0x324E53) is known color: 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

RGB 50 78 83 -
CMYK 0.40 0.06 0 0.67
HSL 189.09º 0.25% 0.26% -
HSV(B) 189.09º 0.4% 0.33% -
XYZ 5.6 6.75 9.19 -
YUV 70.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 50 78 83 0.40 0.06 0 0.67 189.09 0.25 0.26
Hex 32 4E 53 28 6 0 43 BD 19 1A
Octal 62 116 123 50 6 0 103 275 31 32
Binary 110010 1001110 1010011 101000 110 0 1000011 10111101 11001 11010

Color Harmonies of #324E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324E53

Black with #324E53

Text Example


Text Example

White with #324E53

Text Example


Text Example

HTML Codes & Css Web 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>