Html Css Color HEX #325A50 Spectra

📋 copy color: '#325A50'

red 50 ◦ green 90 ◦ blue 80

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

Shades of Spectra #325A50

Tints of Spectra #325A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.91%

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

R = 22.73%
G = 40.91%
B = 36.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#325A50 (or 0x325A50) is known color: Spectra. HEX triplet: 32, 5A and 50. RGB value is (50,90,80). Sum of RGB (Red+Green+Blue) = 50+90+80=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 90 - color contains mainly: green. Hex color #325A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A50 is #CDA5AF. Grayscale: #4C4C4C. Windows color (decimal): -13477296 or 5265970. OLE color: 5265970.

HSL color Cylindrical-coordinate representation of color #325A50: hue angle of 165º degrees, saturation: 0.29, 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 #325A50 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 90 80 -
CMYK 0.44 0 0.11 0.65
HSL 165º 0.29% 0.27% -
HSV(B) 165º 0.44% 0.35% -
XYZ 6.42 8.57 8.91 -
YUV 76.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 50 90 80 0.44 0 0.11 0.65 165 0.29 0.27
Hex 32 5A 50 2C 0 B 41 A5 1D 1B
Octal 62 132 120 54 0 13 101 245 35 33
Binary 110010 1011010 1010000 101100 0 1011 1000001 10100101 11101 11011

Color Harmonies of #325A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325A50

Black with #325A50

Text Example


Text Example

White with #325A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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