Html Css Color HEX #325D52 Spectra

📋 copy color: '#325D52'

red 50 ◦ green 93 ◦ blue 82

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

Shades of Spectra #325D52

Tints of Spectra #325D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.44%

R = 22.22%
G = 41.33%
B = 36.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.64

RGB Variations

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

Color information

#325D52 (or 0x325D52) is known color: Spectra. HEX triplet: 32, 5D and 52. RGB value is (50,93,82). Sum of RGB (Red+Green+Blue) = 50+93+82=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 93 - color contains mainly: green. Hex color #325D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D52 is #CDA2AD. Grayscale: #4E4E4E. Windows color (decimal): -13476526 or 5397810. OLE color: 5397810.

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

Color convert

RGB 50 93 82 -
CMYK 0.46 0 0.12 0.64
HSL 164.65º 0.3% 0.28% -
HSV(B) 164.65º 0.46% 0.36% -
XYZ 6.75 9.12 9.39 -
YUV 78.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 50 93 82 0.46 0 0.12 0.64 164.65 0.3 0.28
Hex 32 5D 52 2E 0 C 40 A5 1E 1C
Octal 62 135 122 56 0 14 100 245 36 34
Binary 110010 1011101 1010010 101110 0 1100 1000000 10100101 11110 11100

Color Harmonies of #325D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D52

Black with #325D52

Text Example


Text Example

White with #325D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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