Html Css Color HEX #325D53 Spectra

📋 copy color: '#325D53'

red 50 ◦ green 93 ◦ blue 83

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

Shades of Spectra #325D53

Tints of Spectra #325D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.73%

R = 22.12%
G = 41.15%
B = 36.73%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#325D53 (or 0x325D53) is known color: Spectra. HEX triplet: 32, 5D and 53. RGB value is (50,93,83). Sum of RGB (Red+Green+Blue) = 50+93+83=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 93 - color contains mainly: green. Hex color #325D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325D53 is #CDA2AC. Grayscale: #4F4F4F. Windows color (decimal): -13476525 or 5463346. OLE color: 5463346.

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

Color convert

RGB 50 93 83 -
CMYK 0.46 0 0.11 0.64
HSL 166.05º 0.3% 0.28% -
HSV(B) 166.05º 0.46% 0.36% -
XYZ 6.79 9.13 9.59 -
YUV 79 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 50 93 83 0.46 0 0.11 0.64 166.05 0.3 0.28
Hex 32 5D 53 2E 0 B 40 A6 1E 1C
Octal 62 135 123 56 0 13 100 246 36 34
Binary 110010 1011101 1010011 101110 0 1011 1000000 10100110 11110 11100

Color Harmonies of #325D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325D53

Black with #325D53

Text Example


Text Example

White with #325D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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