Html Css Color HEX #325950 Spectra

📋 copy color: '#325950'

red 50 ◦ green 89 ◦ blue 80

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

Shades of Spectra #325950

Tints of Spectra #325950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.64%

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

R = 22.83%
G = 40.64%
B = 36.53%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#325950 (or 0x325950) is known color: Spectra. HEX triplet: 32, 59 and 50. RGB value is (50,89,80). Sum of RGB (Red+Green+Blue) = 50+89+80=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #325950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325950 is #CDA6AF. Grayscale: #4C4C4C. Windows color (decimal): -13477552 or 5265714. OLE color: 5265714.

HSL color Cylindrical-coordinate representation of color #325950: hue angle of 166.15º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #325950 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 89 80 -
CMYK 0.44 0 0.10 0.65
HSL 166.15º 0.28% 0.27% -
HSV(B) 166.15º 0.44% 0.35% -
XYZ 6.34 8.4 8.88 -
YUV 76.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 50 89 80 0.44 0 0.10 0.65 166.15 0.28 0.27
Hex 32 59 50 2C 0 A 41 A6 1C 1B
Octal 62 131 120 54 0 12 101 246 34 33
Binary 110010 1011001 1010000 101100 0 1010 1000001 10100110 11100 11011

Color Harmonies of #325950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325950

Black with #325950

Text Example


Text Example

White with #325950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325950; }

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

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

background-color css

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

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

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

border-color css

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

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

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