#325055

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

Shades of Dark Slate Grey #325055

Tints of Dark Slate Grey #325055

Color information

#325055 (or 0x325055) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 50 and 55. RGB value is (50,80,85). Sum of RGB (Red+Green+Blue) = 50+80+85=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 85 - color contains mainly: blue. Hex color #325055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325055 is #CDAFAA. Grayscale: #474747. Windows color (decimal): -13479851 or 5591090. OLE color: 5591090.

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

Color convert

RGB508085-
CMYK0.410.0600.67
HSL188.57º25.93%26.47%-
HSV(B)188.57º41.18%33.33%-
XYZ5.827.079.65-
YUV71.6135.56112.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 85 (33.59% from 255) = 39.53%
R=23.26%
G=37.21%
B=39.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5080850.410.0600.67188.5725.9326.47
Hex325055296043bd1a1a
Octal6212012551601032753232
Binary1100101010000101010110100111001000011101111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325055; }

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

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

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

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

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

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

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

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