Html Css Color HEX #325F53 Spectra

📋 copy color: '#325F53'

red 50 ◦ green 95 ◦ blue 83

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

Shades of Spectra #325F53

Tints of Spectra #325F53

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.67%

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

R = 21.93%
G = 41.67%
B = 36.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.63

RGB Variations

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

Color information

#325F53 (or 0x325F53) is known color: Spectra. HEX triplet: 32, 5F and 53. RGB value is (50,95,83). Sum of RGB (Red+Green+Blue) = 50+95+83=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 95 - color contains mainly: green. Hex color #325F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F53 is #CDA0AC. Grayscale: #505050. Windows color (decimal): -13476013 or 5463858. OLE color: 5463858.

HSL color Cylindrical-coordinate representation of color #325F53: hue angle of 164º 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 #325F53 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB 50 95 83 -
CMYK 0.47 0 0.13 0.63
HSL 164º 0.31% 0.28% -
HSV(B) 164º 0.47% 0.37% -
XYZ 6.97 9.49 9.65 -
YUV 80.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 50 95 83 0.47 0 0.13 0.63 164 0.31 0.28
Hex 32 5F 53 2F 0 D 3F A4 1F 1C
Octal 62 137 123 57 0 15 77 244 37 34
Binary 110010 1011111 1010011 101111 0 1101 111111 10100100 11111 11100

Color Harmonies of #325F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325F53

Black with #325F53

Text Example


Text Example

White with #325F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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