Html Css Color HEX #325F52 Spectra

📋 copy color: '#325F52'

red 50 ◦ green 95 ◦ blue 82

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

Shades of Spectra #325F52

Tints of Spectra #325F52

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 value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.63

RGB Variations

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

Color information

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

RGB 50 95 82 -
CMYK 0.47 0 0.14 0.63
HSL 162.67º 0.31% 0.28% -
HSV(B) 162.67º 0.47% 0.37% -
XYZ 6.93 9.47 9.45 -
YUV 80.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 50 95 82 0.47 0 0.14 0.63 162.67 0.31 0.28
Hex 32 5F 52 2F 0 E 3F A3 1F 1C
Octal 62 137 122 57 0 16 77 243 37 34
Binary 110010 1011111 1010010 101111 0 1110 111111 10100011 11111 11100

Color Harmonies of #325F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325F52

Black with #325F52

Text Example


Text Example

White with #325F52

Text Example


Text Example

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