#325155

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

Shades of Dark Slate Grey #325155

Tints of Dark Slate Grey #325155

Color information

#325155 (or 0x325155) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 51 and 55. RGB value is (50,81,85). Sum of RGB (Red+Green+Blue) = 50+81+85=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 85 - color contains mainly: blue. Hex color #325155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325155 is #CDAEAA. Grayscale: #484848. Windows color (decimal): -13479595 or 5591346. OLE color: 5591346.

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

Color convert

RGB508185-
CMYK0.410.0500.67
HSL186.86º25.93%26.47%-
HSV(B)186.86º41.18%33.33%-
XYZ5.97.229.68-
YUV72.19135.23112.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.15%
GREEN value IS 81 (32.03% from 255) = 37.5%
BLUE value IS 85 (33.59% from 255) = 39.35%
R=23.15%
G=37.5%
B=39.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5081850.410.0500.67186.8625.9326.47
Hex325155295043bb1a1a
Octal6212112551501032733232
Binary1100101010001101010110100110101000011101110111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325155; }

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

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

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

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

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

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

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

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