#325252

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

Shades of Dark Slate Grey #325252

Tints of Dark Slate Grey #325252

Color information

#325252 (or 0x325252) is unknown color: approx 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

RGB508282-
CMYK0.39000.68
HSL180º24.24%25.88%-
HSV(B)180º39.02%32.16%-
XYZ5.867.329.09-
YUV72.43133.4112-

RGB Variations

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

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 (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5082820.39000.6818024.2425.88
Hex325252270044b4181a
Octal6212212247001042643032
Binary11001010100101010010100111001000100101101001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>