Html Css Color HEX #325C50 Spectra

📋 copy color: '#325C50'

red 50 ◦ green 92 ◦ blue 80

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

Shades of Spectra #325C50

Tints of Spectra #325C50

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.44%

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

R = 22.52%
G = 41.44%
B = 36.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#325C50 (or 0x325C50) is known color: Spectra. HEX triplet: 32, 5C and 50. RGB value is (50,92,80). Sum of RGB (Red+Green+Blue) = 50+92+80=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 92 - color contains mainly: green. Hex color #325C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325C50 is #CDA3AF. Grayscale: #4E4E4E. Windows color (decimal): -13476784 or 5266482. OLE color: 5266482.

HSL color Cylindrical-coordinate representation of color #325C50: hue angle of 162.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 #325C50 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 50 92 80 -
CMYK 0.46 0 0.13 0.64
HSL 162.86º 0.3% 0.28% -
HSV(B) 162.86º 0.46% 0.36% -
XYZ 6.59 8.91 8.96 -
YUV 78.07 129.09 107.98 -
System Red Green Blue C M Y K H S L
Decimal 50 92 80 0.46 0 0.13 0.64 162.86 0.3 0.28
Hex 32 5C 50 2E 0 D 40 A3 1E 1C
Octal 62 134 120 56 0 15 100 243 36 34
Binary 110010 1011100 1010000 101110 0 1101 1000000 10100011 11110 11100

Color Harmonies of #325C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325C50

Black with #325C50

Text Example


Text Example

White with #325C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #325C50;
 }
 .AnyTagClassName
 {
   color: #325C50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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