#326A53

Color #326A53 Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #326A53

Tints of Spectra #326A53

Color information

#326A53 (or 0x326A53) is unknown color: approx Spectra. HEX triplet: 32, 6A and 53. RGB value is (50,106,83). Sum of RGB (Red+Green+Blue) = 50+106+83=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #326A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326A53 is #CD95AC. Grayscale: #565656. Windows color (decimal): -13473197 or 5466674. OLE color: 5466674.

HSL color Cylindrical-coordinate representation of color #326A53: hue angle of 155.36º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #326A53 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB5010683-
CMYK0.5300.220.58
HSL155.36º35.9%30.59%-
HSV(B)155.36º52.83%41.57%-
XYZ8.0311.6110-
YUV86.63125.95101.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.92%
GREEN value IS 106 (41.80% from 255) = 44.35%
BLUE value IS 83 (32.81% from 255) = 34.73%
R=20.92%
G=44.35%
B=34.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50106830.5300.220.58155.3635.930.59
Hex326A53350163A9b241f
Octal6215212365026722334437
Binary110010110101010100111101010101101110101001101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326A53; }

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

 H1.HeaderClassName
 {
   color: #326A53;
 }
 .AnyTagClassName
 {
   color: #326A53;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #326A53;
 }
 .BgClassName
 {
   background-color: #326A53;
 }
</style>
border-color css

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

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

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