#325D50

Color #325D50 Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #325D50

Tints of Spectra #325D50

Color information

#325D50 (or 0x325D50) is unknown color: approx Spectra. HEX triplet: 32, 5D and 50. RGB value is (50,93,80). Sum of RGB (Red+Green+Blue) = 50+93+80=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 93 - color contains mainly: green. Hex color #325D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D50 is #CDA2AF. Grayscale: #4E4E4E. Windows color (decimal): -13476528 or 5266738. OLE color: 5266738.

HSL color Cylindrical-coordinate representation of color #325D50: hue angle of 161.86º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #325D50 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB509380-
CMYK0.4600.140.64
HSL161.86º30.07%28.04%-
HSV(B)161.86º46.24%36.47%-
XYZ6.689.098.99-
YUV78.66128.75107.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 93 (36.72% from 255) = 41.70%
BLUE value IS 80 (31.64% from 255) = 35.87%
R=22.42%
G=41.70%
B=35.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5093800.4600.140.64161.8630.0728.04
Hex325D502E0E40a21e1c
Octal62135120560161002423634
Binary11001010111011010000101110011101000000101000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325D50; }

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

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

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

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

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

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

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

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