#325255

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

Shades of Dark Slate Grey #325255

Tints of Dark Slate Grey #325255

Color information

#325255 (or 0x325255) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 52 and 55. RGB value is (50,82,85). Sum of RGB (Red+Green+Blue) = 50+82+85=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 85 - color contains mainly: blue. Hex color #325255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325255 is #CDADAA. Grayscale: #484848. Windows color (decimal): -13479339 or 5591602. OLE color: 5591602.

HSL color Cylindrical-coordinate representation of color #325255: hue angle of 185.14º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #325255 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB508285-
CMYK0.410.0400.67
HSL185.14º25.93%26.47%-
HSV(B)185.14º41.18%33.33%-
XYZ5.977.379.7-
YUV72.77134.9111.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.04%
GREEN value IS 82 (32.42% from 255) = 37.79%
BLUE value IS 85 (33.59% from 255) = 39.17%
R=23.04%
G=37.79%
B=39.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5082850.410.0400.67185.1425.9326.47
Hex325255294043b91a1a
Octal6212212551401032713232
Binary1100101010010101010110100110001000011101110011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325255; }

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

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

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

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

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

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

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

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