#325052

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

Shades of Dark Slate Grey #325052

Tints of Dark Slate Grey #325052

Color information

#325052 (or 0x325052) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 50 and 52. RGB value is (50,80,82). Sum of RGB (Red+Green+Blue) = 50+80+82=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 82 - color contains mainly: blue. Hex color #325052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325052 is #CDAFAD. Grayscale: #474747. Windows color (decimal): -13479854 or 5394482. OLE color: 5394482.

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

Color convert

RGB508082-
CMYK0.390.0200.68
HSL183.75º24.24%25.88%-
HSV(B)183.75º39.02%32.16%-
XYZ5.717.029.04-
YUV71.26134.06112.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.58%
GREEN value IS 80 (31.64% from 255) = 37.74%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=23.58%
G=37.74%
B=38.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5080820.390.0200.68183.7524.2425.88
Hex325052272044b8181a
Octal6212012247201042703032
Binary110010101000010100101001111001000100101110001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325052; }

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

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

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

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

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

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

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

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