Html Css Color HEX #324F52 Dark Slate Grey

📋 copy color: '#324F52'

red 50 ◦ green 79 ◦ blue 82

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

Shades of Dark Slate Grey #324F52

Tints of Dark Slate Grey #324F52

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.44%

 BLUE value IS 82 (32.42% from 255) = 38.86%

R = 23.7%
G = 37.44%
B = 38.86%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

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

RGB 50 79 82 -
CMYK 0.39 0.04 0 0.68
HSL 185.63º 0.24% 0.26% -
HSV(B) 185.63º 0.39% 0.32% -
XYZ 5.63 6.88 9.01 -
YUV 70.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 50 79 82 0.39 0.04 0 0.68 185.63 0.24 0.26
Hex 32 4F 52 27 4 0 44 BA 18 1A
Octal 62 117 122 47 4 0 104 272 30 32
Binary 110010 1001111 1010010 100111 100 0 1000100 10111010 11000 11010

Color Harmonies of #324F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324F52

Black with #324F52

Text Example


Text Example

White with #324F52

Text Example


Text Example

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