#325254

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

Shades of Dark Slate Grey #325254

Tints of Dark Slate Grey #325254

Color information

#325254 (or 0x325254) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 52 and 54. RGB value is (50,82,84). Sum of RGB (Red+Green+Blue) = 50+82+84=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 84 - color contains mainly: blue. Hex color #325254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325254 is #CDADAB. Grayscale: #484848. Windows color (decimal): -13479340 or 5526066. OLE color: 5526066.

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

Color convert

RGB508284-
CMYK0.400.0200.67
HSL183.53º25.37%26.27%-
HSV(B)183.53º40.48%32.94%-
XYZ5.937.359.49-
YUV72.66134.4111.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.15%
GREEN value IS 82 (32.42% from 255) = 37.96%
BLUE value IS 84 (33.20% from 255) = 38.89%
R=23.15%
G=37.96%
B=38.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5082840.400.0200.67183.5325.3726.27
Hex325254282043b8191a
Octal6212212450201032703132
Binary110010101001010101001010001001000011101110001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325254; }

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

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

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

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

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

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

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

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