#325F52

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

Shades of Spectra #325F52

Tints of Spectra #325F52

Color information

#325F52 (or 0x325F52) is unknown color: approx Spectra. HEX triplet: 32, 5F and 52. RGB value is (50,95,82). Sum of RGB (Red+Green+Blue) = 50+95+82=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 95 - color contains mainly: green. Hex color #325F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F52 is #CDA0AD. Grayscale: #505050. Windows color (decimal): -13476014 or 5398322. OLE color: 5398322.

HSL color Cylindrical-coordinate representation of color #325F52: hue angle of 162.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325F52 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB509582-
CMYK0.4700.140.63
HSL162.67º31.03%28.43%-
HSV(B)162.67º47.37%37.25%-
XYZ6.939.479.45-
YUV80.06129.09106.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 95 (37.5% from 255) = 41.85%
BLUE value IS 82 (32.42% from 255) = 36.12%
R=22.03%
G=41.85%
B=36.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5095820.4700.140.63162.6731.0328.43
Hex325F522F0E3Fa31f1c
Octal6213712257016772433734
Binary1100101011111101001010111101110111111101000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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