Html Css Color HEX #325252 Dark Slate Grey

📋 copy color: '#325252'

red 50 ◦ green 82 ◦ blue 82

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

Shades of Dark Slate Grey #325252

Tints of Dark Slate Grey #325252

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.32%

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

R = 23.36%
G = 38.32%
B = 38.32%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#325252 (or 0x325252) is known color: Dark Slate Grey. HEX triplet: 32, 52 and 52. RGB value is (50,82,82). Sum of RGB (Red+Green+Blue) = 50+82+82=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #325252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325252 is #CDADAD. Grayscale: #484848. Windows color (decimal): -13479342 or 5394994. OLE color: 5394994.

HSL color Cylindrical-coordinate representation of color #325252: hue angle of 180º 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 #325252 is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 82 82 -
CMYK 0.39 0 0 0.68
HSL 180º 0.24% 0.26% -
HSV(B) 180º 0.39% 0.32% -
XYZ 5.86 7.32 9.09 -
YUV 72.43 133.4 112 -
System Red Green Blue C M Y K H S L
Decimal 50 82 82 0.39 0 0 0.68 180 0.24 0.26
Hex 32 52 52 27 0 0 44 B4 18 1A
Octal 62 122 122 47 0 0 104 264 30 32
Binary 110010 1010010 1010010 100111 0 0 1000100 10110100 11000 11010

Color Harmonies of #325252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325252

Black with #325252

Text Example


Text Example

White with #325252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325252; }

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

 H1.HeaderClassName
 {
   color: #325252;
 }
 .AnyTagClassName
 {
   color: #325252;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #325252;
 }
 .BgClassName
 {
   background-color: #325252;
 }
</style>

border-color css

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

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

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