Html Css Color HEX #325D50 Spectra

📋 copy color: '#325D50'

red 50 ◦ green 93 ◦ blue 80

#325D50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #325D50

Tints of Spectra #325D50

RGB

 RED value IS 50 (19.92% from 255) = 22.42%

 GREEN value IS 93 (36.72% from 255) = 41.7%

 BLUE value IS 80 (31.64% from 255) = 35.87%

R = 22.42%
G = 41.7%
B = 35.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.64

RGB Variations

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

Color information

#325D50 (or 0x325D50) is known color: 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

RGB 50 93 80 -
CMYK 0.46 0 0.14 0.64
HSL 161.86º 0.3% 0.28% -
HSV(B) 161.86º 0.46% 0.36% -
XYZ 6.68 9.09 8.99 -
YUV 78.66 128.75 107.56 -
System Red Green Blue C M Y K H S L
Decimal 50 93 80 0.46 0 0.14 0.64 161.86 0.3 0.28
Hex 32 5D 50 2E 0 E 40 A2 1E 1C
Octal 62 135 120 56 0 16 100 242 36 34
Binary 110010 1011101 1010000 101110 0 1110 1000000 10100010 11110 11100

Color Harmonies of #325D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D50

Black with #325D50

Text Example


Text Example

White with #325D50

Text Example


Text Example

HTML Codes & Css Web 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>